mirror of
https://github.com/adobe-fonts/source-sans.git
synced 2025-01-15 15:11:26 +01:00
Add source-sans-variable.css file
This commit is contained in:
parent
fe9194963e
commit
cc1206a290
1 changed files with 19 additions and 0 deletions
19
source-sans-variable.css
Executable file
19
source-sans-variable.css
Executable file
|
@ -0,0 +1,19 @@
|
|||
@font-face{
|
||||
font-family: 'Source Sans Variable';
|
||||
font-weight: 200 900;
|
||||
font-style: normal;
|
||||
font-stretch: normal;
|
||||
src: url('VAR/SourceSansVariable-Roman.ttf.woff2') format('woff2'),
|
||||
url('VAR/SourceSansVariable-Roman.ttf.woff') format('woff'),
|
||||
url('VAR/SourceSansVariable-Roman.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Source Sans Variable';
|
||||
font-weight: 200 900;
|
||||
font-style: italic;
|
||||
font-stretch: normal;
|
||||
src: url('VAR/SourceSansVariable-Italic.ttf.woff2') format('woff2'),
|
||||
url('VAR/SourceSansVariable-Italic.ttf.woff') format('woff'),
|
||||
url('VAR/SourceSansVariable-Italic.ttf') format('truetype');
|
||||
}
|
Loading…
Reference in a new issue