doom: more font updates

This commit is contained in:
Payas Relekar 2023-12-25 21:46:46 +05:30
parent 56457d0aa9
commit e6c81dadd7

View file

@ -318,7 +318,8 @@ Customize Modus-themes a little to make it more peppy and vibrant.
(setq! doom-font (font-spec :family "IBM Plex Mono" :size 19)
doom-serif-font (font-spec :family "IBM Plex Mono" :size 19)
doom-variable-pitch-font (font-spec :family "Merriweather" :size 18)
doom-symbol-font (font-spec :family "JuliaMono")
doom-unicode-font (font-spec :family "JuliaMono")
doom-symbol-font (font-spec :family "Symbola")
doom-theme 'modus-vivendi
which-key-idle-delay 0.1))
#+end_src