Fix style definition for font
This commit is contained in:
parent
fd4cf12994
commit
c614185dae
|
@ -143,7 +143,7 @@ string. You generally only need these two:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq doom-font
|
(setq doom-font
|
||||||
(font-spec :family "Input Mono Narrow" :size 12 :style 'regular))
|
(font-spec :family "Input Mono Narrow" :size 12 :weight 'semi-light))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Line numbers
|
** Line numbers
|
||||||
|
|
Loading…
Reference in a new issue