From 0408fc446aa98ba342e1ea2da95d7b8a65912012 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 5 Sep 2024 09:58:25 +0600 Subject: [PATCH] web/layout: don't apply noto mono for titles --- web/src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 908a5e15..7a45822d 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -445,7 +445,7 @@ } :global(.long-text-noto), - :global(.long-text-noto *) { + :global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) { line-height: 1.7; font-size: 14.5px; font-weight: 410;