From 2f83754753d9323a713ef53bc80f90f9cc1502fe Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 16 Dec 2024 09:39:40 +0100 Subject: [PATCH] Set variable pitch font to Noto Serif Light --- 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 682c9791..56cb4437 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -75,4 +75,4 @@ ;; If there is more than one, they won't work right. '(shortdoc-heading ((t (:weight bold :height 1.3)))) '(shortdoc-section ((t nil))) - '(variable-pitch ((t (:height 1.1 :family "Bitter Pro"))))) + '(variable-pitch ((t (:weight light :height 1.1 :family "Noto Serif")))))