summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules')
-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.")