diff options
Diffstat (limited to '.config/emacs/config.org')
-rw-r--r-- | .config/emacs/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 834fe3b..6bee772 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -901,7 +901,7 @@ play around with this. #+BEGIN_SRC elisp - (defvar mango-monospace-font '("Iosevka Smooth" :weight light :height 162) + (defvar mango-monospace-font '("Iosevka Smooth" :weight regular :height 162) "The default monospace font to use. This is a list containing a font name, font weight, and font height in that order.") |