1
0
Fork 0
mirror of https://github.com/adobe-fonts/source-sans.git synced 2024-12-30 14:26:16 +01:00
adobe-source-sans/source-sans-variable.css

19 lines
676 B
CSS
Executable file

@font-face{
font-family: 'Source Sans 3 VF';
font-weight: 200 900;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2'),
url('WOFF/VAR/SourceSans3VF-Roman.ttf.woff') format('woff'),
url('VAR/SourceSans3VF-Roman.ttf') format('truetype');
}
@font-face{
font-family: 'Source Sans Variable';
font-weight: 200 900;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2'),
url('WOFF/VAR/SourceSans3VF-Italic.ttf.woff') format('woff'),
url('VAR/SourceSans3VF-Italic.ttf') format('truetype');
}