From aac253508d9c3ee43ba14026a629a3f9495ebff7 Mon Sep 17 00:00:00 2001 From: al Date: Sat, 21 Jun 2025 13:08:52 -0400 Subject: [PATCH] Fix typo in comment --- css/fonts.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/fonts.css b/css/fonts.css index 81952e0..bf9cb7b 100644 --- a/css/fonts.css +++ b/css/fonts.css @@ -194,6 +194,7 @@ h1 { font-family: "Heading"; font-style: italic; line-height: normal; + font-optical-sizing: auto; } h2, @@ -205,10 +206,11 @@ h6 { font-style: italic; font-weight: normal; line-height: var(--ui-spacing); + font-optical-sizing: auto; } :root { - --head-mult: 0.88; /* This is pairwise fixed, JuliaMono + Alegreya. */ + --head-mult: 0.88; /* This is pairwise fixed, Literata + Alegreya. */ } h1 {