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;