fix safari: Shrikhand font

The font-style in the @font-face declaration was set to italic, but we use the font without using that style, which Safari is very strict about and wont match.
This commit is contained in:
IRHM
2026-03-19 00:04:53 +00:00
committed by momi
parent a12faf8e72
commit dc6ead0fb3
+1 -1
View File
@@ -36,7 +36,7 @@
local("Shrikhand-Regular"),
url("/Shrikhand-Regular.woff2") format("woff2");
font-weight: normal;
font-style: italic;
font-style: normal;
font-display: swap;
}