diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:15:46 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:15:46 +0200 |
commit | 1d502c5eddc05d59c3fe42921a13fdb63df82729 (patch) | |
tree | 2d88a3ce49b2a1492c794a2052e95c0d481da195 | |
parent | e9839ffc82bb1f2f4af6069438798524e1ca559c (diff) |
emacs: Set font weight to ‘regular’
-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.") |