Skip to content

Commit

Permalink
Add source-serif-variable.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Jan 12, 2019
1 parent 7a12dac commit 3b6c746
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source-serif-variable.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@font-face{
font-family: 'Source Serif Variable';
font-weight: 200 900;
font-style: normal;
font-stretch: normal;
src: url('VAR/SourceSerifVariable-Roman.ttf.woff2') format('woff2'),
url('VAR/SourceSerifVariable-Roman.ttf.woff') format('woff'),
url('VAR/SourceSerifVariable-Roman.ttf') format('truetype');
}

@font-face{
font-family: 'Source Serif Variable';
font-weight: 200 900;
font-style: italic;
font-stretch: normal;
src: url('VAR/SourceSerifVariable-Italic.ttf.woff2') format('woff2'),
url('VAR/SourceSerifVariable-Italic.ttf.woff') format('woff'),
url('VAR/SourceSerifVariable-Italic.ttf') format('truetype');
}

0 comments on commit 3b6c746

Please sign in to comment.