From 007681cfc9e99f082692ea6568b0005589f5165c Mon Sep 17 00:00:00 2001 From: Inline Pizza <249805557+InlinePizza@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:30:31 -0700 Subject: [PATCH] fixup! fix: don't adjust width of text when font gets swapped int --- src/styles/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/custom.css b/src/styles/custom.css index e268a566..41113dab 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -3,7 +3,7 @@ src: url('/fonts/InterVariable.woff2') format('woff2'); font-weight: 100 900; font-style: normal; - font-display: optional; + font-display: swap; } :root {