summaryrefslogtreecommitdiff
path: root/_includes/fonts.scss
diff options
context:
space:
mode:
Diffstat (limited to '_includes/fonts.scss')
-rw-r--r--_includes/fonts.scss40
1 files changed, 0 insertions, 40 deletions
diff --git a/_includes/fonts.scss b/_includes/fonts.scss
deleted file mode 100644
index bff4b44..0000000
--- a/_includes/fonts.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-// Open Sans
-@font-face {
- font-family: 'open_sans';
- src: url('/assets/fonts/OpenSans-Light.eot');
- src: url('/assets/fonts/OpenSans-Light.woff') format('woff'),
- url('/assets/fonts/OpenSans-Light.ttf') format('truetype');
- font-weight: 200;
- font-style: normal;
-}
-
-// Source Code Pro
-@font-face {
- font-family: 'source_code_pro';
- src: url('/assets/fonts/sourcecodepro-regular.eot');
- src: url('/assets/fonts/sourcecodepro-regular.woff') format('woff'),
- url('/assets/fonts/sourcecodepro-regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
-}
-
-// Merriweather
-@font-face {
- font-family: 'merriweather_light';
- src: url('/assets/fonts/merriweather-lightitalic-webfont.eot');
- src: url('/assets/fonts/merriweather-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
- url('/assets/fonts/merriweather-lightitalic-webfont.woff') format('woff'),
- url('/assets/fonts/merriweather-lightitalic-webfont.ttf') format('truetype');
- font-weight: normal;
- font-style: italic;
-}
-
-@font-face {
- font-family: 'merriweather_light';
- src: url('/assets/fonts/merriweather_light-webfont.eot');
- src: url('/assets/fonts/merriweather_light-webfont.eot?#iefix') format('embedded-opentype'),
- url('/assets/fonts/merriweather_light-webfont.woff') format('woff'),
- url('/assets/fonts/merriweather_light-webfont.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
-} \ No newline at end of file