1
0
Fork 0
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:
Miguel Sousa 2018-11-08 14:05:57 -08:00
parent fe9194963e
commit cc1206a290

19
source-sans-variable.css Executable file
View 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');
}