mirror of https://github.com/Chocobozzz/PeerTube
Add font display swap
parent
9f39c5466e
commit
2656729e25
|
@ -3,6 +3,7 @@
|
||||||
font-weight: 200 900;
|
font-weight: 200 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-stretch: normal;
|
font-stretch: normal;
|
||||||
|
font-display: swap;
|
||||||
src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
|
src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,5 +12,6 @@
|
||||||
font-weight: 200 900;
|
font-weight: 200 900;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-stretch: normal;
|
font-stretch: normal;
|
||||||
|
font-display: swap;
|
||||||
src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
|
src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue