]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/include/_fonts.scss
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _fonts.scss
1 @font-face {
2 font-family: 'Source Sans Pro';
3 font-weight: 200 900;
4 font-style: normal;
5 font-stretch: normal;
6 font-display: swap;
7 src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
8 }
9
10 @font-face {
11 font-family: 'Source Sans Pro';
12 font-weight: 200 900;
13 font-style: italic;
14 font-stretch: normal;
15 font-display: swap;
16 src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
17 }