diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:48:46 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:48:46 +0000 |
commit | 5bf3fc9b4566b3cd1d1aa961a59b044ed51c0b2d (patch) | |
tree | 37d2752a0a7f8acb173fec31ad2c72636f4acef4 | |
parent | d278e59874a2348cffc5cd10001801a437bc750f (diff) |
font change
-rw-r--r-- | doom.d/config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doom.d/config.el b/doom.d/config.el index 0c6c03b..d0afddd 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -20,6 +20,8 @@ ;; (setq doom-font (font-spec :family "Iosevka Regular" :size 20) doom-variable-pitch-font (font-spec :family "Iosevka Regular" :size 20)) +(setq doom-font (font-spec :family "Iosevka Regular" :size 16) + doom-variable-pitch-font (font-spec :family "Iosevka Regular" :size 16)) ;; ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: |