Skip to content

Commit

Permalink
Add WOFF2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Jul 15, 2015
1 parent 069ff19 commit 9633da6
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 0 deletions.
Binary file added WOFF2/OTF/SourceSansPro-Black.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-BlackIt.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-Bold.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-BoldIt.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-ExtraLight.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-ExtraLightIt.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-It.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-Light.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-LightIt.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-Regular.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-Semibold.otf.woff2
Binary file not shown.
Binary file added WOFF2/OTF/SourceSansPro-SemiboldIt.otf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-Black.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-BlackIt.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-Bold.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-BoldIt.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-ExtraLight.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-ExtraLightIt.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-It.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-Light.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-Regular.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2
Binary file not shown.
Binary file added WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2
Binary file not shown.
12 changes: 12 additions & 0 deletions source-sans-pro.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
font-style: normal;
font-stretch: normal;
src: url('EOT/SourceSansPro-ExtraLight.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-ExtraLight.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-ExtraLight.otf.woff') format('woff'),
url('OTF/SourceSansPro-ExtraLight.otf') format('opentype'),
url('TTF/SourceSansPro-ExtraLight.ttf') format('truetype');
Expand All @@ -15,6 +16,7 @@
font-style: italic;
font-stretch: normal;
src: url('EOT/SourceSansPro-ExtraLightIt.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-ExtraLightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-ExtraLightIt.otf.woff') format('woff'),
url('OTF/SourceSansPro-ExtraLightIt.otf') format('opentype'),
url('TTF/SourceSansPro-ExtraLightIt.ttf') format('truetype');
Expand All @@ -26,6 +28,7 @@
font-style: normal;
font-stretch: normal;
src: url('EOT/SourceSansPro-Light.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-Light.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-Light.otf.woff') format('woff'),
url('OTF/SourceSansPro-Light.otf') format('opentype'),
url('TTF/SourceSansPro-Light.ttf') format('truetype');
Expand All @@ -37,6 +40,7 @@
font-style: italic;
font-stretch: normal;
src: url('EOT/SourceSansPro-LightIt.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-LightIt.otf.woff') format('woff'),
url('OTF/SourceSansPro-LightIt.otf') format('opentype'),
url('TTF/SourceSansPro-LightIt.ttf') format('truetype');
Expand All @@ -48,6 +52,7 @@
font-style: normal;
font-stretch: normal;
src: url('EOT/SourceSansPro-Regular.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-Regular.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff'),
url('OTF/SourceSansPro-Regular.otf') format('opentype'),
url('TTF/SourceSansPro-Regular.ttf') format('truetype');
Expand All @@ -59,6 +64,7 @@
font-style: italic;
font-stretch: normal;
src: url('EOT/SourceSansPro-It.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-It.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-It.otf.woff') format('woff'),
url('OTF/SourceSansPro-It.otf') format('opentype'),
url('TTF/SourceSansPro-It.ttf') format('truetype');
Expand All @@ -70,6 +76,7 @@
font-style: normal;
font-stretch: normal;
src: url('EOT/SourceSansPro-Semibold.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-Semibold.otf.woff') format('woff'),
url('OTF/SourceSansPro-Semibold.otf') format('opentype'),
url('TTF/SourceSansPro-Semibold.ttf') format('truetype');
Expand All @@ -81,6 +88,7 @@
font-style: italic;
font-stretch: normal;
src: url('EOT/SourceSansPro-SemiboldIt.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff') format('woff'),
url('OTF/SourceSansPro-SemiboldIt.otf') format('opentype'),
url('TTF/SourceSansPro-SemiboldIt.ttf') format('truetype');
Expand All @@ -92,6 +100,7 @@
font-style: normal;
font-stretch: normal;
src: url('EOT/SourceSansPro-Bold.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-Bold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-Bold.otf.woff') format('woff'),
url('OTF/SourceSansPro-Bold.otf') format('opentype'),
url('TTF/SourceSansPro-Bold.ttf') format('truetype');
Expand All @@ -103,6 +112,7 @@
font-style: italic;
font-stretch: normal;
src: url('EOT/SourceSansPro-BoldIt.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-BoldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-BoldIt.otf.woff') format('woff'),
url('OTF/SourceSansPro-BoldIt.otf') format('opentype'),
url('TTF/SourceSansPro-BoldIt.ttf') format('truetype');
Expand All @@ -114,6 +124,7 @@
font-style: normal;
font-stretch: normal;
src: url('EOT/SourceSansPro-Black.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-Black.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-Black.otf.woff') format('woff'),
url('OTF/SourceSansPro-Black.otf') format('opentype'),
url('TTF/SourceSansPro-Black.ttf') format('truetype');
Expand All @@ -125,6 +136,7 @@
font-style: italic;
font-stretch: normal;
src: url('EOT/SourceSansPro-BlackIt.eot') format('embedded-opentype'),
url('WOFF2/TTF/SourceSansPro-BlackIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSansPro-BlackIt.otf.woff') format('woff'),
url('OTF/SourceSansPro-BlackIt.otf') format('opentype'),
url('TTF/SourceSansPro-BlackIt.ttf') format('truetype');
Expand Down

0 comments on commit 9633da6

Please sign in to comment.