diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-03-08 13:45:22 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-03-08 13:45:22 +0100 |
commit | 95af89b8ed2e39cc56f1fea6d6dcac0d46c04225 (patch) | |
tree | a92c99af3ccb8b2460d72550db86641f89c8cc47 /.config/emacs | |
parent | 6b37a483ba12d6008dd787d7f43ab1c25948a56a (diff) |
emacs: Prefer OpenSans
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/mm-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el index f2e9b04..d9b129c 100644 --- a/.config/emacs/modules/mm-theme.el +++ b/.config/emacs/modules/mm-theme.el @@ -16,7 +16,7 @@ "The default monospace font. This is a plist containing a font name, -weight, and -height.") -(defvar mm-theme-proportional-font '("SF Pro" :weight regular :height 162) +(defvar mm-theme-proportional-font '("OpenSans" :weight regular :height 162) "The default proportional font. This is a plist containing a font name, -weight, and -height.") |