From 8856e4b188eadcf286c07e04e7478f2050af7d70 Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Wed, 3 Apr 2019 20:03:30 -0500 Subject: initial commit --- fonts/source-sans-pro.css | 131 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100755 fonts/source-sans-pro.css (limited to 'fonts/source-sans-pro.css') diff --git a/fonts/source-sans-pro.css b/fonts/source-sans-pro.css new file mode 100755 index 0000000..0a47e9e --- /dev/null +++ b/fonts/source-sans-pro.css @@ -0,0 +1,131 @@ +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 200; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceSansPro-ExtraLight.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-ExtraLight.otf.woff') format('woff'), + url('OTF/SourceSansPro-ExtraLight.otf') format('opentype'), + url('TTF/SourceSansPro-ExtraLight.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 200; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceSansPro-ExtraLightIt.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-ExtraLightIt.otf.woff') format('woff'), + url('OTF/SourceSansPro-ExtraLightIt.otf') format('opentype'), + url('TTF/SourceSansPro-ExtraLightIt.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 300; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceSansPro-Light.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-Light.otf.woff') format('woff'), + url('OTF/SourceSansPro-Light.otf') format('opentype'), + url('TTF/SourceSansPro-Light.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 300; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceSansPro-LightIt.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-LightIt.otf.woff') format('woff'), + url('OTF/SourceSansPro-LightIt.otf') format('opentype'), + url('TTF/SourceSansPro-LightIt.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 400; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceSansPro-Regular.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff'), + url('OTF/SourceSansPro-Regular.otf') format('opentype'), + url('TTF/SourceSansPro-Regular.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 400; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceSansPro-It.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-It.otf.woff') format('woff'), + url('OTF/SourceSansPro-It.otf') format('opentype'), + url('TTF/SourceSansPro-It.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 600; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceSansPro-Semibold.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-Semibold.otf.woff') format('woff'), + url('OTF/SourceSansPro-Semibold.otf') format('opentype'), + url('TTF/SourceSansPro-Semibold.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 600; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceSansPro-SemiboldIt.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff') format('woff'), + url('OTF/SourceSansPro-SemiboldIt.otf') format('opentype'), + url('TTF/SourceSansPro-SemiboldIt.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 700; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceSansPro-Bold.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-Bold.otf.woff') format('woff'), + url('OTF/SourceSansPro-Bold.otf') format('opentype'), + url('TTF/SourceSansPro-Bold.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 700; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceSansPro-BoldIt.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-BoldIt.otf.woff') format('woff'), + url('OTF/SourceSansPro-BoldIt.otf') format('opentype'), + url('TTF/SourceSansPro-BoldIt.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 900; + font-style: normal; + font-stretch: normal; + src: url('EOT/SourceSansPro-Black.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-Black.otf.woff') format('woff'), + url('OTF/SourceSansPro-Black.otf') format('opentype'), + url('TTF/SourceSansPro-Black.ttf') format('truetype'); +} + +@font-face{ + font-family: 'Source Sans Pro'; + font-weight: 900; + font-style: italic; + font-stretch: normal; + src: url('EOT/SourceSansPro-BlackIt.eot') format('embedded-opentype'), + url('WOFF/OTF/SourceSansPro-BlackIt.otf.woff') format('woff'), + url('OTF/SourceSansPro-BlackIt.otf') format('opentype'), + url('TTF/SourceSansPro-BlackIt.ttf') format('truetype'); +} -- cgit v1.2.3-70-g09d2