X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_fonts.scss;h=514261d01394c81686f1f13a1fa7973bc5bbffa5;hb=d91b23b11ca46debfee320ce5c5dfaeae5811bb7;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..514261d01 100644 --- a/client/src/sass/include/_fonts.scss +++ b/client/src/sass/include/_fonts.scss @@ -1,15 +1,17 @@ -@font-face{ +@font-face { font-family: 'Source Sans Pro'; 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'); } -@font-face{ +@font-face { font-family: 'Source Sans Pro'; 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'); }