feat: disable font swapping
This commit is contained in:
parent
72feed0b22
commit
23ed214640
@ -50,7 +50,6 @@ export default function App({ Component }: AppProps) {
|
|||||||
}
|
}
|
||||||
/* work-sans-regular - latin */
|
/* work-sans-regular - latin */
|
||||||
@font-face {
|
@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-family: 'Work Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -59,7 +58,6 @@ export default function App({ Component }: AppProps) {
|
|||||||
|
|
||||||
/* work-sans-700 - latin */
|
/* work-sans-700 - latin */
|
||||||
@font-face {
|
@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-family: 'Work Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user