Note that I'm trying out JetBrainsMono

This commit is contained in:
TEC 2020-06-30 02:38:21 +08:00
parent 56537bac18
commit 8a46e77b5c
1 changed files with 3 additions and 1 deletions

View File

@ -232,7 +232,9 @@ just need to resort to =SPC b o= for now.
*** Visual Settings
**** Font Face
'Fira Code' is nice, and 'Overpass' makes for a nice sans companion. We just need to
fiddle with the font sizes a tad so that they visually match.
fiddle with the font sizes a tad so that they visually match. Just for fun I'm
trying out JetBrains Mono though. So far I have mixed feelings on it, some
aspects are nice, but on others I prefer Fira.
#+BEGIN_SRC emacs-lisp
(setq doom-font (font-spec :family "JetBrains Mono" :size 24)
doom-big-font (font-spec :family "JetBrains Mono" :size 36)