diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 12:37:51 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 12:37:51 +0100 |
| commit | 1fb78439bb7af4e5b98a09569d1bb120680981e8 (patch) | |
| tree | 9ba93df6d4392898e18a951ce83e867c5c8803f8 /.config/emacs/modules/mm-theme.el | |
| parent | a9bcecea9485fb78747ec1f82d30ea10a6d03f1a (diff) | |
emacs: Change the sans-serif font
Diffstat (limited to '.config/emacs/modules/mm-theme.el')
| -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 cde214a..89cdffd 100644 --- a/.config/emacs/modules/mm-theme.el +++ b/.config/emacs/modules/mm-theme.el @@ -17,7 +17,7 @@ This is a plist containing a font name, -weight, and -height.") (defvar mm-theme-proportional-font - `(,(if mm-darwin-p "Microsoft Sans Serif" "OpenSans") + `(,(if mm-darwin-p "Microsoft Sans Serif" "Source Sans 3 Medium") :weight regular :height 162) "The default proportional font. This is a plist containing a font name, -weight, and -height.") |