Font display to prevent blocking

This commit is contained in:
Daniel Flanagan 2020-07-31 12:10:31 -05:00
parent 8cdf1cd9bd
commit 058e99d677
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,7 @@ https://github.com/jonathantneal/system-font-css/blob/gh-pages/system-font.css *
font-style: normal;
font-weight: 300;
src: url("/font/iosevka/ss07-regular.woff2");
font-display: swap;
}
@font-face {
@ -68,6 +69,7 @@ https://github.com/jonathantneal/system-font-css/blob/gh-pages/system-font.css *
font-style: italic;
font-weight: 300;
src: url("/font/iosevka/ss07-italic.woff2");
font-display: swap;
}
@font-face {
@ -75,6 +77,7 @@ https://github.com/jonathantneal/system-font-css/blob/gh-pages/system-font.css *
font-style: italic;
font-weight: 500;
src: url("/font/iosevka/ss07-bold-italic.woff2");
font-display: swap;
}
*,*::before,*::after {