From e0488054b2b83f3e989aefb5ccb01e942681a789 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 11 Apr 2026 10:17:33 -0400 Subject: style(font): set default and fallback font heights to 120 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Default preset (BerkeleyMono) 140→120, fallback preset (FiraCode) 110→120. --- modules/font-config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3