From 23ed214640448099f1d22f9269b107ea868d703c Mon Sep 17 00:00:00 2001 From: Max Richter Date: Thu, 14 Dec 2023 13:57:26 +0100 Subject: [PATCH] feat: disable font swapping --- routes/_app.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/_app.tsx b/routes/_app.tsx index 2bad5a0..958d0d2 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -50,7 +50,6 @@ export default function App({ Component }: AppProps) { } /* work-sans-regular - latin */ @font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Work Sans'; font-style: normal; font-weight: 400; @@ -59,7 +58,6 @@ export default function App({ Component }: AppProps) { /* work-sans-700 - latin */ @font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Work Sans'; font-style: normal; font-weight: 700;