From 8895023a5c28db6d8c1a272959a160c982db44b0 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 27 Dec 2023 11:16:55 +0100 Subject: [PATCH] Noto Sans as default 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 5d3d9e74..af3d42e8 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 normal :height 120 :family "Noto Serif"))))) + '(variable-pitch ((t (:weight normal :height 100 :family "Noto Sans")))))