X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_fonts.scss;h=6313736e0e07c0d9a613af1cfffe27df294116e7;hb=33253c1aa6b82284ddd0a9cb516ad85e276ca3a3;hp=be11321605acf1fc6692f9c402c2930d31e44fda;hpb=26171379d0196ac645923e72b12e1cf29089835b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_fonts.scss b/client/src/sass/include/_fonts.scss index be1132160..6313736e0 100644 --- a/client/src/sass/include/_fonts.scss +++ b/client/src/sass/include/_fonts.scss @@ -3,6 +3,7 @@ font-weight: 200 900; font-style: normal; font-stretch: normal; + font-display: swap; src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2'); } @@ -11,5 +12,6 @@ font-weight: 200 900; font-style: italic; font-stretch: normal; + font-display: swap; src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2'); }