Font display to prevent blocking
This commit is contained in:
parent
8cdf1cd9bd
commit
058e99d677
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue