diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 08:27:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 08:27:07 +0200 |
commit | 711d99bd9f277df87d9a50704d6d1e7ed1cbe84a (patch) | |
tree | e4cc3c4d192d9fa1b5602bbb2400dcc7c5b75ea9 /.config/emacs | |
parent | e4b029ae91a7647447707192a793a1f1bcd700d9 (diff) |
emacs: Set Ysabeau as the proportional font
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/config.org | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 424fbf9..a530577 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -609,8 +609,9 @@ customize just about every character from loads of variants. I have my own custom compiled variant called /Iosevka Smooth/. On the proportional side of things, I am not really sure what font to use. -/Vollkorn/ tends to be my go-to font on the web, but I dunno how well it -translates to Emacs. I need to play around with this. +/Vollkorn/ tends to be my go-to serif-font on the web, but I dunno how well it +translates to Emacs. I am also a bit fan of Ysabeau for sans-serif. I need to +play around with this. #+BEGIN_SRC elisp @@ -618,7 +619,7 @@ translates to Emacs. I need to play around with this. "The default monospace font to use. This is a list containing a font name, font weight, and font height in that order.") - (defvar mm-proportional-font '("Vollkorn" :weight light :height 180) + (defvar mm-proportional-font '("Ysabeau" :weight light :height 180) "The default proportional font to use. This is a list containing a font name, font weight, and font height in that order.") |