summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-17 08:15:46 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-17 08:15:46 +0200
commit1d502c5eddc05d59c3fe42921a13fdb63df82729 (patch)
tree2d88a3ce49b2a1492c794a2052e95c0d481da195
parente9839ffc82bb1f2f4af6069438798524e1ca559c (diff)
emacs: Set font weight to ‘regular’
-rw-r--r--.config/emacs/config.org2
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.")