Ensure text visibility while fonts load
This commit is contained in:
parent
092c806226
commit
21377ff19f
@ -1,16 +1,19 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
font-family: Manrope;
|
font-family: Manrope;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 200 900;
|
font-weight: 200 900;
|
||||||
src: url(/css/webfonts/Manrope[wght].woff2) format("woff2");
|
src: url(/css/webfonts/Manrope[wght].woff2) format("woff2");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
font-family: Fraunces;
|
font-family: Fraunces;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
src: url(/css/webfonts/Fraunces[SOFT,WONK,opsz,wght].woff2) format("woff2");
|
src: url(/css/webfonts/Fraunces[SOFT,WONK,opsz,wght].woff2) format("woff2");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
font-family: Fraunces;
|
font-family: Fraunces;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user