From 7c804776691260d8b932b00e25a8a747143b9a1e Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 6 May 2023 01:24:28 -0400 Subject: Adjust font size again, for fixed-width fonts --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 1b1155f..becb3fc 100644 --- a/init.el +++ b/init.el @@ -123,8 +123,8 @@ ;; For now I use Iosevka and Exo ;; --------------------------------- -(set-face-attribute 'default nil :font "Iosevka" :height 100) -(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 100) +(set-face-attribute 'default nil :font "Iosevka" :height 120) +(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 120) (set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 120 :weight 'regular) -- cgit v1.2.3