From 68a22385a133429648a44d4ff72c2253f426a806 Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 25 Aug 2025 07:33:52 +0200 Subject: [PATCH] Small tweaks to fonts --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 73ee6bf..4b9344c 100644 --- a/init.org +++ b/init.org @@ -488,8 +488,8 @@ :defer t :hook (text-mode . mixed-pitch-mode) :config - (when (member "Source Serif Pro" (font-family-list)) - (set-face-attribute 'variable-pitch nil :family "Source Serif Pro"))) + (when (member "Source Serif 4" (font-family-list)) + (set-face-attribute 'variable-pitch nil :family "Source Serif 4"))) #+end_src