···2626;;
2727;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
2828;; font string. You generally only need these two:
2929-(setq doom-font (font-spec :family "Iosevka SS04" :weight 'regular :size 17)
3030- doom-variable-pitch-font (font-spec :family "Iosevka Aile" :weight 'light :size 19))
2929+(setq doom-font (font-spec :family "PragmataPro Liga" :weight 'regular)
3030+ doom-variable-pitch-font (font-spec :family "PragmataPro Liga" :weight 'light))
313132323333;;; font.el ends here
+1-1
doom-config/init.el
···3535 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
3636 ;;hydra
3737 ;;indent-guides ; highlighted indent columns
3838- ;; ligatures ; ligatures and symbols to make your code pretty again
3838+ (ligatures +pragmata-pro) ; ligatures and symbols to make your code pretty again
3939 ;;minimap ; show a map of the code on the side
4040 (modeline +light) ; snazzy, Atom-inspired modeline, plus API
4141 nav-flash ; blink cursor line after big motions