diff options
| -rw-r--r-- | modules/font-config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index c3192b2d..c56f0ad7 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -81,7 +81,7 @@ (default :default-family "BerkeleyMono Nerd Font" :default-weight regular - :default-height 140 + :default-height 120 :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 @@ -125,7 +125,7 @@ (t ;; shared fallback properties go here :default-family "FiraCode Nerd Font Mono" :default-weight regular - :default-height 110 + :default-height 120 :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 |
