]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/include/_fonts.scss
Use source sans 3 font
[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 src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
7 }
8
9 @font-face{
10 font-family: 'Source Sans Pro';
11 font-weight: 200 900;
12 font-style: italic;
13 font-stretch: normal;
14 src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
15 }