From 3a1fe457f7057fd4884a7c8fe564b2772e03a3ea Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 27 Dec 2023 10:42:02 +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 e0da6bfa..5d3d9e74 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -64,4 +64,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 Regular :height 1.0 :family "Noto Sans"))))) + '(variable-pitch ((t (:weight normal :height 120 :family "Noto Serif")))))