From 1fb78439bb7af4e5b98a09569d1bb120680981e8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 26 Feb 2026 12:37:51 +0100 Subject: emacs: Change the sans-serif font --- .config/emacs/modules/mm-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/modules/mm-theme.el') 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.") -- cgit v1.2.3