Skip to content

Commit

Permalink
Add source-sans-variable.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Nov 8, 2018
1 parent fe91949 commit cc1206a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source-sans-variable.css
Original file line number Diff line number Diff line change
@@ -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');
}

0 comments on commit cc1206a

Please sign in to comment.