Tweak font sizes

This commit is contained in:
TEC 2022-07-28 02:16:34 +08:00
parent 9c69d7bb72
commit cb3fd6f250
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 3 additions and 2 deletions

View File

@ -769,12 +769,13 @@ irc ; how neckbeards socialize
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)
doom-variable-pitch-font (font-spec :family "Overpass" :size 24)
doom-variable-pitch-font (font-spec :family "Overpass" :size 26)
doom-unicode-font (font-spec :family "JuliaMono")
doom-serif-font (font-spec :family "IBM Plex Mono" :weight 'light))
doom-serif-font (font-spec :family "IBM Plex Mono" :size 22 :weight 'light))
#+end_src
#+attr_html: :class invertible :alt Screenshot of the fonts within Emacs.