From 613b6d11e89e0395ec64f771f36ec0bb2ab517e0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 23:53:23 -0400 Subject: chore(font): bump laptop default preset one point to 130 --- modules/font-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/font-config.el b/modules/font-config.el index 7617ba01e..f00b8bf16 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -63,7 +63,7 @@ (default :default-family "BerkeleyMono Nerd Font" :default-weight regular - :default-height ,(if (env-laptop-p) 120 140) + :default-height ,(if (env-laptop-p) 130 140) :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