From e7117ec2fbcabba623fa4368602aecbba5b1bcf4 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sun, 4 May 2025 11:27:06 +0200 Subject: [PATCH] Change default font height --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 785ca32..8a980ee 100644 --- a/init.el +++ b/init.el @@ -83,7 +83,7 @@ ;; Font configuration (let ((my-font "Iosevka Term") - (my-height 130)) + (my-height 120)) (set-face-attribute 'default nil :family my-font :height my-height) (set-face-attribute 'fixed-pitch nil :family my-font :height my-height)) (set-face-attribute 'variable-pitch nil :family "Libertinus Serif" :height 160)