]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/include/_fonts.scss
Fix multiline ellipsis
[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;
2656729e 6 font-display: swap;
26171379 7 src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
fa40cbc3
C
8}
9
26171379
C
10@font-face{
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}