feat: disable font swapping

This commit is contained in:
max_richter 2023-12-14 13:57:26 +01:00
parent 72feed0b22
commit 23ed214640

View File

@ -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;