diff options
author | Case Duckworth | 2021-08-16 17:11:22 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-16 17:11:22 -0500 |
commit | 524b5fc11773f1badc0cd249cbfe1c761611dd0b (patch) | |
tree | 51587da0369961b939c88bf0027cddb0a046d277 | |
parent | Hid fill-column-indicator in ‘variable-pitch-mode’ (diff) | |
download | emacs-524b5fc11773f1badc0cd249cbfe1c761611dd0b.tar.gz emacs-524b5fc11773f1badc0cd249cbfe1c761611dd0b.zip |
Change work font to Inter
-rw-r--r-- | early-init.el | 2 |
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) |