summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-16 17:11:22 -0500
committerCase Duckworth2021-08-16 17:11:22 -0500
commit524b5fc11773f1badc0cd249cbfe1c761611dd0b (patch)
tree51587da0369961b939c88bf0027cddb0a046d277 /early-init.el
parentHid fill-column-indicator in ‘variable-pitch-mode’ (diff)
downloademacs-524b5fc11773f1badc0cd249cbfe1c761611dd0b.tar.gz
emacs-524b5fc11773f1badc0cd249cbfe1c761611dd0b.zip
Change work font to Inter
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index b964a5a..27c8450 100644 --- a/early-init.el +++ b/early-init.el
@@ -88,7 +88,7 @@
88 (_ 10)) 88 (_ 10))
89 acdw-fonts/variable (acdw/system 89 acdw-fonts/variable (acdw/system
90 (:home "Inter") 90 (:home "Inter")
91 (:work "Calibri") 91 (:work "Inter")
92 (_ "sans-serif")) 92 (_ "sans-serif"))
93 acdw-fonts/variable-size (acdw/system 93 acdw-fonts/variable-size (acdw/system
94 (:work 14) 94 (:work 14)