diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-16 19:21:32 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-16 19:21:32 -0700 |
commit | faa94e40b833c22bdc34d907b9f204aaa907741f (patch) | |
tree | 38772c9681e04cbbdbd5e760a067b73debc689a2 | |
parent | configure electric-pair correctly (diff) | |
download | emacs.d-faa94e40b833c22bdc34d907b9f204aaa907741f.tar.gz |
switch the font to Argon
-rw-r--r-- | config/init-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/init-theme.el b/config/init-theme.el index 5c938e7..9605ea0 100644 --- a/config/init-theme.el +++ b/config/init-theme.el @@ -10,11 +10,11 @@ ;; use various monaspace fonts ;; https://monaspace.githubnext.com (set-face-attribute 'default nil - :font "Monaspace Neon" + :font "Monaspace Argon" :height 150) (set-face-attribute 'fixed-pitch nil - :font "Monaspace Neon" + :font "Monaspace Argon" :height 150) (set-face-attribute 'variable-pitch nil |