feat: disable font swapping
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user