]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/include/_fonts.scss
Fix user notification test
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _fonts.scss
CommitLineData
26171379
C
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');
fa40cbc3
C
7}
8
26171379
C
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}