From 1d502c5eddc05d59c3fe42921a13fdb63df82729 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Aug 2023 08:15:46 +0200 Subject: emacs: Set font weight to ‘regular’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/config.org') 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.") -- cgit v1.2.3