Switch font because Fira Mono doesn't support italics :(
This commit is contained in:
parent
e33b29f366
commit
7b0fbc15b8
|
@ -45,7 +45,7 @@ They all accept either a font-spec, font string (=Input Mono-12=), or xlfd font
|
|||
string. You generally only need these two:
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq doom-font (font-spec :family "Fira Mono Medium" :size 12))
|
||||
(setq doom-font (font-spec :family "Input Mono Narrow Medium" :size 12))
|
||||
#+END_SRC
|
||||
|
||||
** Theme
|
||||
|
|
Loading…
Reference in a new issue