From 7605ddc1b027f991e93f8cee86d8b988fdbd8277 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 25 Feb 2024 13:48:00 +0100 Subject: [PATCH] Update variable pitch font --- bundle/custom_gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index e2691a92..d73a3597 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -67,4 +67,4 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(variable-pitch ((t (:weight normal :height 1.0 :family "Bitter Pro"))))) + '(variable-pitch ((t (:height 1.1 :family "Bitter Pro")))))