Bump up font size a tad

This commit is contained in:
tecosaur 2020-01-10 01:52:29 +08:00
parent 9da3abe1b9
commit 6440f76536
1 changed files with 3 additions and 2 deletions

View File

@ -61,8 +61,9 @@ setting, and load it if it exists.
'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.
#+BEGIN_SRC emacs-lisp
(setq doom-font (font-spec :family "Fira Code" :size 18)
doom-variable-pitch-font (font-spec :family "Overpass" :size 20))
(setq doom-font (font-spec :family "Fira Code" :size 20)
doom-big-font (font-spec :family "Fira Code" :size 36)
doom-variable-pitch-font (font-spec :family "Overpass" :size 22))
#+END_SRC
**** Theme
~doom-one~ is nice and all, but I find the ~vibrant~ variant nicer.