diff --git a/src/bower.json b/src/bower.json index cdf6513a..72f34a48 100644 --- a/src/bower.json +++ b/src/bower.json @@ -7,7 +7,9 @@ "bootstrap": "^3.3.6", "font-awesome": "^4.5.0", "handlebars": "^1.3.0", - "sammy" : "^0.7.6", - "js-cookie": "^2.1.0" + "sammy": "^0.7.6", + "js-cookie": "^2.1.0", + "source-sans-pro": "git://github.com/adobe-fonts/source-sans-pro.git#release", + "source-code-pro": "git://github.com/adobe-fonts/source-code-pro.git#release" } } diff --git a/src/css/fonts.less b/src/css/fonts.less index 40dbaa38..309ffe4c 100644 --- a/src/css/fonts.less +++ b/src/css/fonts.less @@ -1,222 +1,316 @@ - /* Source Code Pro */ @font-face { font-family: 'Source Code Pro'; - src: url('@{ynh-font-path}SourceCodePro-ExtraLight-webfont.eot'); - src: url('@{ynh-font-path}SourceCodePro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceCodePro-ExtraLight-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceCodePro-ExtraLight-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceCodePro-ExtraLight-webfont.svg#fonts/SourceCodeProExtraLight') format('svg'); font-weight: 200; font-style: normal; - + font-stretch: normal; + src: url('@{font-path}SourceCodePro-ExtraLight.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-ExtraLight.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-ExtraLight.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-ExtraLight.otf') format('opentype'), + url('@{font-path}SourceCodePro-ExtraLight.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 200; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-ExtraLightIt.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-ExtraLightIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-ExtraLightIt.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-ExtraLightIt.otf') format('opentype'), + url('@{font-path}SourceCodePro-ExtraLightIt.ttf') format('truetype'); } @font-face { font-family: 'Source Code Pro'; - src: url('@{ynh-font-path}SourceCodePro-Light-webfont.eot'); - src: url('@{ynh-font-path}SourceCodePro-Light-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceCodePro-Light-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceCodePro-Light-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceCodePro-Light-webfont.svg#fonts/SourceCodeProLight') format('svg'); font-weight: 300; font-style: normal; - + font-stretch: normal; + src: url('@{font-path}SourceCodePro-Light.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-Light.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-Light.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-Light.otf') format('opentype'), + url('@{font-path}SourceCodePro-Light.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 300; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-LightIt.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-LightIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-LightIt.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-LightIt.otf') format('opentype'), + url('@{font-path}SourceCodePro-LightIt.ttf') format('truetype'); } @font-face { font-family: 'Source Code Pro'; - src: url('@{ynh-font-path}SourceCodePro-Regular-webfont.eot'); - src: url('@{ynh-font-path}SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceCodePro-Regular-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceCodePro-Regular-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceCodePro-Regular-webfont.svg#fonts/SourceCodeProRegular') format('svg'); font-weight: 400; font-style: normal; - + font-stretch: normal; + src: url('@{font-path}SourceCodePro-Regular.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-Regular.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-Regular.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-Regular.otf') format('opentype'), + url('@{font-path}SourceCodePro-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 400; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-It.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-It.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-It.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-It.otf') format('opentype'), + url('@{font-path}SourceCodePro-It.ttf') format('truetype'); } @font-face { font-family: 'Source Code Pro'; - src: url('@{ynh-font-path}SourceCodePro-Semibold-webfont.eot'); - src: url('@{ynh-font-path}SourceCodePro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceCodePro-Semibold-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceCodePro-Semibold-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceCodePro-Semibold-webfont.svg#fonts/SourceCodeProSemibold') format('svg'); font-weight: 500; font-style: normal; - + font-stretch: normal; + src: url('@{font-path}SourceCodePro-Medium.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-Medium.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-Medium.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-Medium.otf') format('opentype'), + url('@{font-path}SourceCodePro-Medium.ttf') format('truetype'); } @font-face { font-family: 'Source Code Pro'; - src: url('@{ynh-font-path}SourceCodePro-Bold-webfont.eot'); - src: url('@{ynh-font-path}SourceCodePro-Bold-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceCodePro-Bold-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceCodePro-Bold-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceCodePro-Bold-webfont.svg#fonts/SourceCodeProBold') format('svg'); - font-weight: 700; - font-style: normal; - + font-weight: 500; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-MediumIt.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-MediumIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-MediumIt.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-MediumIt.otf') format('opentype'), + url('@{font-path}SourceCodePro-MediumIt.ttf') format('truetype'); } @font-face { font-family: 'Source Code Pro'; - src: url('@{ynh-font-path}SourceCodePro-Black-webfont.eot'); - src: url('@{ynh-font-path}SourceCodePro-Black-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceCodePro-Black-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceCodePro-Black-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceCodePro-Black-webfont.svg#fonts/SourceCodeProBlack') format('svg'); - font-weight: 800; - font-style: normal; - -} - - -/* Source Sans Pro */ - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-SemiboldIt-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-SemiboldIt-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-SemiboldIt-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-SemiboldIt-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-SemiboldIt-webfont.svg#fonts/SourceSansProSemiboldItalic') format('svg'); - font-weight: 600; - font-style: italic; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-Bold-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-Bold-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-Bold-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-Bold-webfont.svg#fonts/SourceSansProBold') format('svg'); - font-weight: 700; - font-style: normal; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-BoldIt-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-BoldIt-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-BoldIt-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-BoldIt-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-BoldIt-webfont.svg#fonts/SourceSansProBoldItalic') format('svg'); - font-weight: 700; - font-style: italic; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-Black-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-Black-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-Black-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-Black-webfont.svg#fonts/SourceSansProBlack') format('svg'); - font-weight: 900; - font-style: normal; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-BlackIt-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-BlackIt-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-BlackIt-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-BlackIt-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-BlackIt-webfont.svg#fonts/SourceSansProBlackItalic') format('svg'); - font-weight: 900; - font-style: italic; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-ExtraLight-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-ExtraLight-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-ExtraLight-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-ExtraLight-webfont.svg#fonts/SourceSansProExtraLight') format('svg'); - font-weight: 200; - font-style: normal; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-ExtraLightIt-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-ExtraLightIt-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-ExtraLightIt-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-ExtraLightIt-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-ExtraLightIt-webfont.svg#fonts/SourceSansProExtraLightItalic') format('svg'); - font-weight: 200; - font-style: italic; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-Light-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-Light-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-Light-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-Light-webfont.svg#fonts/SourceSansProLight') format('svg'); - font-weight: 300; - font-style: normal; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-LightIt-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-LightIt-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-LightIt-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-LightIt-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-LightIt-webfont.svg#fonts/SourceSansProLightItalic') format('svg'); - font-weight: 300; - font-style: italic; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-Regular-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-Regular-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-Regular-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-Regular-webfont.svg#fonts/SourceSansProRegular') format('svg'); - font-weight: 400; - font-style: normal; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-It-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-It-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-It-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-It-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-It-webfont.svg#fonts/SourceSansProItalic') format('svg'); - font-weight: 400; - font-style: italic; - -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('@{ynh-font-path}SourceSansPro-Semibold-webfont.eot'); - src: url('@{ynh-font-path}SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), - url('@{ynh-font-path}SourceSansPro-Semibold-webfont.woff') format('woff'), - url('@{ynh-font-path}SourceSansPro-Semibold-webfont.ttf') format('truetype'), - url('@{ynh-font-path}SourceSansPro-Semibold-webfont.svg#fonts/SourceSansProSemibold') format('svg'); font-weight: 600; font-style: normal; - + font-stretch: normal; + src: url('@{font-path}SourceCodePro-Semibold.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-Semibold.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-Semibold.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-Semibold.otf') format('opentype'), + url('@{font-path}SourceCodePro-Semibold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 600; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-SemiboldIt.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-SemiboldIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-SemiboldIt.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-SemiboldIt.otf') format('opentype'), + url('@{font-path}SourceCodePro-SemiboldIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 700; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-Bold.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-Bold.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-Bold.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-Bold.otf') format('opentype'), + url('@{font-path}SourceCodePro-Bold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 700; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-BoldIt.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-BoldIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-BoldIt.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-BoldIt.otf') format('opentype'), + url('@{font-path}SourceCodePro-BoldIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 900; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-Black.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-Black.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-Black.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-Black.otf') format('opentype'), + url('@{font-path}SourceCodePro-Black.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 900; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceCodePro-BlackIt.eot') format('embedded-opentype'), + url('@{font-path}SourceCodePro-BlackIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceCodePro-BlackIt.otf.woff') format('woff'), + url('@{font-path}SourceCodePro-BlackIt.otf') format('opentype'), + url('@{font-path}SourceCodePro-BlackIt.ttf') format('truetype'); +} + + + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 200; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-ExtraLight.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-ExtraLight.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-ExtraLight.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-ExtraLight.otf') format('opentype'), + url('@{font-path}SourceSansPro-ExtraLight.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 200; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-ExtraLightIt.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-ExtraLightIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-ExtraLightIt.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-ExtraLightIt.otf') format('opentype'), + url('@{font-path}SourceSansPro-ExtraLightIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 300; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-Light.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-Light.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-Light.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-Light.otf') format('opentype'), + url('@{font-path}SourceSansPro-Light.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 300; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-LightIt.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-LightIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-LightIt.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-LightIt.otf') format('opentype'), + url('@{font-path}SourceSansPro-LightIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 400; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-Regular.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-Regular.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-Regular.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-Regular.otf') format('opentype'), + url('@{font-path}SourceSansPro-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 400; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-It.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-It.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-It.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-It.otf') format('opentype'), + url('@{font-path}SourceSansPro-It.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 600; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-Semibold.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-Semibold.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-Semibold.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-Semibold.otf') format('opentype'), + url('@{font-path}SourceSansPro-Semibold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 600; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-SemiboldIt.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-SemiboldIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-SemiboldIt.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-SemiboldIt.otf') format('opentype'), + url('@{font-path}SourceSansPro-SemiboldIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 700; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-Bold.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-Bold.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-Bold.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-Bold.otf') format('opentype'), + url('@{font-path}SourceSansPro-Bold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 700; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-BoldIt.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-BoldIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-BoldIt.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-BoldIt.otf') format('opentype'), + url('@{font-path}SourceSansPro-BoldIt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 900; + font-style: normal; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-Black.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-Black.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-Black.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-Black.otf') format('opentype'), + url('@{font-path}SourceSansPro-Black.ttf') format('truetype'); +} + +@font-face { + font-family: 'Source Sans Pro'; + font-weight: 900; + font-style: italic; + font-stretch: normal; + src: url('@{font-path}SourceSansPro-BlackIt.eot') format('embedded-opentype'), + url('@{font-path}SourceSansPro-BlackIt.ttf.woff2') format('woff2'), + url('@{font-path}SourceSansPro-BlackIt.otf.woff') format('woff'), + url('@{font-path}SourceSansPro-BlackIt.otf') format('opentype'), + url('@{font-path}SourceSansPro-BlackIt.ttf') format('truetype'); } diff --git a/src/css/style.less b/src/css/style.less index 8999f780..c6d51609 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -16,8 +16,6 @@ @font-size-h5: ceil((@font-size-base * 0.85)); // ~12px @font-size-h6: ceil((@font-size-base * 0.7)); // ~10px -@icon-font-path: @font-path; - @border-radius-base: 0; @btn-border-radius-base: 1px; @btn-border-radius-small: @btn-border-radius-base; @@ -39,7 +37,6 @@ a[class*="fa-"]:hover {text-decoration:none;} * YNH Fonts */ @import "fonts.less"; -@ynh-font-path: @font-path; /* Comments: diff --git a/src/fonts/SourceCodePro-Black-webfont.eot b/src/fonts/SourceCodePro-Black-webfont.eot deleted file mode 100644 index 5d0e9dbc..00000000 Binary files a/src/fonts/SourceCodePro-Black-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceCodePro-Black-webfont.svg b/src/fonts/SourceCodePro-Black-webfont.svg deleted file mode 100644 index 1d252269..00000000 --- a/src/fonts/SourceCodePro-Black-webfont.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceCodePro-Black-webfont.ttf b/src/fonts/SourceCodePro-Black-webfont.ttf deleted file mode 100644 index 2ebd22e1..00000000 Binary files a/src/fonts/SourceCodePro-Black-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceCodePro-Black-webfont.woff b/src/fonts/SourceCodePro-Black-webfont.woff deleted file mode 100644 index 1ef88e18..00000000 Binary files a/src/fonts/SourceCodePro-Black-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceCodePro-Bold-webfont.eot b/src/fonts/SourceCodePro-Bold-webfont.eot deleted file mode 100644 index f21e47ca..00000000 Binary files a/src/fonts/SourceCodePro-Bold-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceCodePro-Bold-webfont.svg b/src/fonts/SourceCodePro-Bold-webfont.svg deleted file mode 100644 index e9e22c77..00000000 --- a/src/fonts/SourceCodePro-Bold-webfont.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceCodePro-Bold-webfont.ttf b/src/fonts/SourceCodePro-Bold-webfont.ttf deleted file mode 100644 index 0e987236..00000000 Binary files a/src/fonts/SourceCodePro-Bold-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceCodePro-Bold-webfont.woff b/src/fonts/SourceCodePro-Bold-webfont.woff deleted file mode 100644 index fa3d4ddb..00000000 Binary files a/src/fonts/SourceCodePro-Bold-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceCodePro-ExtraLight-webfont.eot b/src/fonts/SourceCodePro-ExtraLight-webfont.eot deleted file mode 100644 index 63deb3b5..00000000 Binary files a/src/fonts/SourceCodePro-ExtraLight-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceCodePro-ExtraLight-webfont.svg b/src/fonts/SourceCodePro-ExtraLight-webfont.svg deleted file mode 100644 index 9afa1b17..00000000 --- a/src/fonts/SourceCodePro-ExtraLight-webfont.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceCodePro-ExtraLight-webfont.ttf b/src/fonts/SourceCodePro-ExtraLight-webfont.ttf deleted file mode 100644 index a9322fa9..00000000 Binary files a/src/fonts/SourceCodePro-ExtraLight-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceCodePro-ExtraLight-webfont.woff b/src/fonts/SourceCodePro-ExtraLight-webfont.woff deleted file mode 100644 index dae03af8..00000000 Binary files a/src/fonts/SourceCodePro-ExtraLight-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceCodePro-Light-webfont.eot b/src/fonts/SourceCodePro-Light-webfont.eot deleted file mode 100644 index 1bb7c138..00000000 Binary files a/src/fonts/SourceCodePro-Light-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceCodePro-Light-webfont.svg b/src/fonts/SourceCodePro-Light-webfont.svg deleted file mode 100644 index 76254789..00000000 --- a/src/fonts/SourceCodePro-Light-webfont.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceCodePro-Light-webfont.ttf b/src/fonts/SourceCodePro-Light-webfont.ttf deleted file mode 100644 index 359814c8..00000000 Binary files a/src/fonts/SourceCodePro-Light-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceCodePro-Light-webfont.woff b/src/fonts/SourceCodePro-Light-webfont.woff deleted file mode 100644 index eae022d9..00000000 Binary files a/src/fonts/SourceCodePro-Light-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceCodePro-Regular-webfont.eot b/src/fonts/SourceCodePro-Regular-webfont.eot deleted file mode 100644 index 485c56bf..00000000 Binary files a/src/fonts/SourceCodePro-Regular-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceCodePro-Regular-webfont.svg b/src/fonts/SourceCodePro-Regular-webfont.svg deleted file mode 100644 index 5a0feb4e..00000000 --- a/src/fonts/SourceCodePro-Regular-webfont.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceCodePro-Regular-webfont.ttf b/src/fonts/SourceCodePro-Regular-webfont.ttf deleted file mode 100644 index 0ba8650b..00000000 Binary files a/src/fonts/SourceCodePro-Regular-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceCodePro-Regular-webfont.woff b/src/fonts/SourceCodePro-Regular-webfont.woff deleted file mode 100644 index ac7a17b3..00000000 Binary files a/src/fonts/SourceCodePro-Regular-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceCodePro-Semibold-webfont.eot b/src/fonts/SourceCodePro-Semibold-webfont.eot deleted file mode 100644 index 14394108..00000000 Binary files a/src/fonts/SourceCodePro-Semibold-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceCodePro-Semibold-webfont.svg b/src/fonts/SourceCodePro-Semibold-webfont.svg deleted file mode 100644 index ce941755..00000000 --- a/src/fonts/SourceCodePro-Semibold-webfont.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceCodePro-Semibold-webfont.ttf b/src/fonts/SourceCodePro-Semibold-webfont.ttf deleted file mode 100644 index 2fd5f376..00000000 Binary files a/src/fonts/SourceCodePro-Semibold-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceCodePro-Semibold-webfont.woff b/src/fonts/SourceCodePro-Semibold-webfont.woff deleted file mode 100644 index 71c7b42e..00000000 Binary files a/src/fonts/SourceCodePro-Semibold-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-Black-webfont.eot b/src/fonts/SourceSansPro-Black-webfont.eot deleted file mode 100644 index e138f418..00000000 Binary files a/src/fonts/SourceSansPro-Black-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-Black-webfont.svg b/src/fonts/SourceSansPro-Black-webfont.svg deleted file mode 100644 index 13de57df..00000000 --- a/src/fonts/SourceSansPro-Black-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-Black-webfont.ttf b/src/fonts/SourceSansPro-Black-webfont.ttf deleted file mode 100644 index 1d4ad78c..00000000 Binary files a/src/fonts/SourceSansPro-Black-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-Black-webfont.woff b/src/fonts/SourceSansPro-Black-webfont.woff deleted file mode 100644 index cb68a70e..00000000 Binary files a/src/fonts/SourceSansPro-Black-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-BlackIt-webfont.eot b/src/fonts/SourceSansPro-BlackIt-webfont.eot deleted file mode 100644 index 0e9699c1..00000000 Binary files a/src/fonts/SourceSansPro-BlackIt-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-BlackIt-webfont.svg b/src/fonts/SourceSansPro-BlackIt-webfont.svg deleted file mode 100644 index b5d569a3..00000000 --- a/src/fonts/SourceSansPro-BlackIt-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-BlackIt-webfont.ttf b/src/fonts/SourceSansPro-BlackIt-webfont.ttf deleted file mode 100644 index fa7a20d1..00000000 Binary files a/src/fonts/SourceSansPro-BlackIt-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-BlackIt-webfont.woff b/src/fonts/SourceSansPro-BlackIt-webfont.woff deleted file mode 100644 index 78927101..00000000 Binary files a/src/fonts/SourceSansPro-BlackIt-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-Bold-webfont.eot b/src/fonts/SourceSansPro-Bold-webfont.eot deleted file mode 100644 index 7a7d1566..00000000 Binary files a/src/fonts/SourceSansPro-Bold-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-Bold-webfont.svg b/src/fonts/SourceSansPro-Bold-webfont.svg deleted file mode 100644 index 0452c4e1..00000000 --- a/src/fonts/SourceSansPro-Bold-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-Bold-webfont.ttf b/src/fonts/SourceSansPro-Bold-webfont.ttf deleted file mode 100644 index 8da080cf..00000000 Binary files a/src/fonts/SourceSansPro-Bold-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-Bold-webfont.woff b/src/fonts/SourceSansPro-Bold-webfont.woff deleted file mode 100644 index 19644594..00000000 Binary files a/src/fonts/SourceSansPro-Bold-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-BoldIt-webfont.eot b/src/fonts/SourceSansPro-BoldIt-webfont.eot deleted file mode 100644 index 613c6ca7..00000000 Binary files a/src/fonts/SourceSansPro-BoldIt-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-BoldIt-webfont.svg b/src/fonts/SourceSansPro-BoldIt-webfont.svg deleted file mode 100644 index cfd00d44..00000000 --- a/src/fonts/SourceSansPro-BoldIt-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-BoldIt-webfont.ttf b/src/fonts/SourceSansPro-BoldIt-webfont.ttf deleted file mode 100644 index 9ea347b3..00000000 Binary files a/src/fonts/SourceSansPro-BoldIt-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-BoldIt-webfont.woff b/src/fonts/SourceSansPro-BoldIt-webfont.woff deleted file mode 100644 index 9877cd98..00000000 Binary files a/src/fonts/SourceSansPro-BoldIt-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-ExtraLight-webfont.eot b/src/fonts/SourceSansPro-ExtraLight-webfont.eot deleted file mode 100644 index 7d197fe0..00000000 Binary files a/src/fonts/SourceSansPro-ExtraLight-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-ExtraLight-webfont.svg b/src/fonts/SourceSansPro-ExtraLight-webfont.svg deleted file mode 100644 index 5913473d..00000000 --- a/src/fonts/SourceSansPro-ExtraLight-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-ExtraLight-webfont.ttf b/src/fonts/SourceSansPro-ExtraLight-webfont.ttf deleted file mode 100644 index 95a314db..00000000 Binary files a/src/fonts/SourceSansPro-ExtraLight-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-ExtraLight-webfont.woff b/src/fonts/SourceSansPro-ExtraLight-webfont.woff deleted file mode 100644 index 74a396fd..00000000 Binary files a/src/fonts/SourceSansPro-ExtraLight-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-ExtraLightIt-webfont.eot b/src/fonts/SourceSansPro-ExtraLightIt-webfont.eot deleted file mode 100644 index a0df6715..00000000 Binary files a/src/fonts/SourceSansPro-ExtraLightIt-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-ExtraLightIt-webfont.svg b/src/fonts/SourceSansPro-ExtraLightIt-webfont.svg deleted file mode 100644 index b9f10c51..00000000 --- a/src/fonts/SourceSansPro-ExtraLightIt-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-ExtraLightIt-webfont.ttf b/src/fonts/SourceSansPro-ExtraLightIt-webfont.ttf deleted file mode 100644 index cd5857b5..00000000 Binary files a/src/fonts/SourceSansPro-ExtraLightIt-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-ExtraLightIt-webfont.woff b/src/fonts/SourceSansPro-ExtraLightIt-webfont.woff deleted file mode 100644 index 1b5dbb24..00000000 Binary files a/src/fonts/SourceSansPro-ExtraLightIt-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-It-webfont.eot b/src/fonts/SourceSansPro-It-webfont.eot deleted file mode 100644 index 2d9b4702..00000000 Binary files a/src/fonts/SourceSansPro-It-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-It-webfont.svg b/src/fonts/SourceSansPro-It-webfont.svg deleted file mode 100644 index a6c1c50a..00000000 --- a/src/fonts/SourceSansPro-It-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-It-webfont.ttf b/src/fonts/SourceSansPro-It-webfont.ttf deleted file mode 100644 index 3848f34d..00000000 Binary files a/src/fonts/SourceSansPro-It-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-It-webfont.woff b/src/fonts/SourceSansPro-It-webfont.woff deleted file mode 100644 index 7bdc477f..00000000 Binary files a/src/fonts/SourceSansPro-It-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-Light-webfont.eot b/src/fonts/SourceSansPro-Light-webfont.eot deleted file mode 100644 index 58ed3df8..00000000 Binary files a/src/fonts/SourceSansPro-Light-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-Light-webfont.svg b/src/fonts/SourceSansPro-Light-webfont.svg deleted file mode 100644 index 0f494bbb..00000000 --- a/src/fonts/SourceSansPro-Light-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-Light-webfont.ttf b/src/fonts/SourceSansPro-Light-webfont.ttf deleted file mode 100644 index 3e80d9ec..00000000 Binary files a/src/fonts/SourceSansPro-Light-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-Light-webfont.woff b/src/fonts/SourceSansPro-Light-webfont.woff deleted file mode 100644 index 464c8b10..00000000 Binary files a/src/fonts/SourceSansPro-Light-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-LightIt-webfont.eot b/src/fonts/SourceSansPro-LightIt-webfont.eot deleted file mode 100644 index 85cc2205..00000000 Binary files a/src/fonts/SourceSansPro-LightIt-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-LightIt-webfont.svg b/src/fonts/SourceSansPro-LightIt-webfont.svg deleted file mode 100644 index 46154b13..00000000 --- a/src/fonts/SourceSansPro-LightIt-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-LightIt-webfont.ttf b/src/fonts/SourceSansPro-LightIt-webfont.ttf deleted file mode 100644 index 55677aca..00000000 Binary files a/src/fonts/SourceSansPro-LightIt-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-LightIt-webfont.woff b/src/fonts/SourceSansPro-LightIt-webfont.woff deleted file mode 100644 index 71ddbfb1..00000000 Binary files a/src/fonts/SourceSansPro-LightIt-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-Regular-webfont.eot b/src/fonts/SourceSansPro-Regular-webfont.eot deleted file mode 100644 index 27ac26e2..00000000 Binary files a/src/fonts/SourceSansPro-Regular-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-Regular-webfont.svg b/src/fonts/SourceSansPro-Regular-webfont.svg deleted file mode 100644 index 313680d1..00000000 --- a/src/fonts/SourceSansPro-Regular-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-Regular-webfont.ttf b/src/fonts/SourceSansPro-Regular-webfont.ttf deleted file mode 100644 index ff550293..00000000 Binary files a/src/fonts/SourceSansPro-Regular-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-Regular-webfont.woff b/src/fonts/SourceSansPro-Regular-webfont.woff deleted file mode 100644 index 1d0a0da7..00000000 Binary files a/src/fonts/SourceSansPro-Regular-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-Semibold-webfont.eot b/src/fonts/SourceSansPro-Semibold-webfont.eot deleted file mode 100644 index 3f51f5f6..00000000 Binary files a/src/fonts/SourceSansPro-Semibold-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-Semibold-webfont.svg b/src/fonts/SourceSansPro-Semibold-webfont.svg deleted file mode 100644 index c6b666e4..00000000 --- a/src/fonts/SourceSansPro-Semibold-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-Semibold-webfont.ttf b/src/fonts/SourceSansPro-Semibold-webfont.ttf deleted file mode 100644 index 4a06c171..00000000 Binary files a/src/fonts/SourceSansPro-Semibold-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-Semibold-webfont.woff b/src/fonts/SourceSansPro-Semibold-webfont.woff deleted file mode 100644 index 3ec6c6c1..00000000 Binary files a/src/fonts/SourceSansPro-Semibold-webfont.woff and /dev/null differ diff --git a/src/fonts/SourceSansPro-SemiboldIt-webfont.eot b/src/fonts/SourceSansPro-SemiboldIt-webfont.eot deleted file mode 100644 index 15bf83ba..00000000 Binary files a/src/fonts/SourceSansPro-SemiboldIt-webfont.eot and /dev/null differ diff --git a/src/fonts/SourceSansPro-SemiboldIt-webfont.svg b/src/fonts/SourceSansPro-SemiboldIt-webfont.svg deleted file mode 100644 index bc8151ec..00000000 --- a/src/fonts/SourceSansPro-SemiboldIt-webfont.svg +++ /dev/null @@ -1,855 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : 2010 2012 Adobe Systems Incorporated All Rights Reserved -Designer : Paul D Hunt -Foundry : Adobe Systems Incorporated -Foundry URL : httpwwwadobecomtype - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/fonts/SourceSansPro-SemiboldIt-webfont.ttf b/src/fonts/SourceSansPro-SemiboldIt-webfont.ttf deleted file mode 100644 index 4ec548f0..00000000 Binary files a/src/fonts/SourceSansPro-SemiboldIt-webfont.ttf and /dev/null differ diff --git a/src/fonts/SourceSansPro-SemiboldIt-webfont.woff b/src/fonts/SourceSansPro-SemiboldIt-webfont.woff deleted file mode 100644 index d47d8c8d..00000000 Binary files a/src/fonts/SourceSansPro-SemiboldIt-webfont.woff and /dev/null differ diff --git a/src/gulpfile.js b/src/gulpfile.js index 149f2c40..b895431d 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -63,7 +63,16 @@ gulp.task('js-lint', function() { gulp.task('fonts', function() { return gulp.src([ 'bower_components/font-awesome/fonts/*', - 'fonts/*' + 'bower_components/source-code-pro/EOT/*.eot', + 'bower_components/source-code-pro/OTF/*.otf', + 'bower_components/source-code-pro/TTF/*.ttf', + 'bower_components/source-code-pro/WOFF/OTF/*.woff', + 'bower_components/source-code-pro/WOFF2/TTF/*.woff2', + 'bower_components/source-sans-pro/EOT/*.eot', + 'bower_components/source-sans-pro/OTF/*.otf', + 'bower_components/source-sans-pro/TTF/*.ttf', + 'bower_components/source-sans-pro/WOFF/OTF/*.woff', + 'bower_components/source-sans-pro/WOFF2/TTF/*.woff2', ]) .pipe(gulp.dest('./dist/fonts')) });