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