summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-02-26 12:37:51 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-02-26 12:37:51 +0100
commit1fb78439bb7af4e5b98a09569d1bb120680981e8 (patch)
tree9ba93df6d4392898e18a951ce83e867c5c8803f8 /.config/emacs
parenta9bcecea9485fb78747ec1f82d30ea10a6d03f1a (diff)
emacs: Change the sans-serif font
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/modules/mm-theme.el2
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.")