From 94a5abf313ef88adecfefcfa53af2694bc610c04 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 15 Jan 2023 00:08:18 -0500 Subject: [PATCH] set default font to monolisa --- common/_global.el | 1 + 1 file changed, 1 insertion(+) diff --git a/common/_global.el b/common/_global.el index df3811c..d009ff5 100644 --- a/common/_global.el +++ b/common/_global.el @@ -277,6 +277,7 @@ position between last non-whitespace and `end-of-line'." (custom-theme-set-faces 'user + '(default ((t ( :family "MonoLisa Variable" :height 100)))) '(variable-pitch ((t (:family "Atkinson Hyperlegible" :height 120)))) '(fixed-pitch ((t ( :family "MonoLisa Variable" :height 120)))) )