summaryrefslogtreecommitdiff
path: root/_sass/fonts.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-12-19 20:34:17 -0500
committerBen Burwell <ben@benburwell.com>2015-12-19 20:34:17 -0500
commit7bc8ea07e5116fa2e60a2b7e4aeebcbbaa1280c8 (patch)
treeb1e3effc0c74942de46bce344478db22a82e65cc /_sass/fonts.scss
parent721db70654abfd16ebdc9e96c9593749d0a67b78 (diff)
Major UI update to monokai style
Diffstat (limited to '_sass/fonts.scss')
-rw-r--r--_sass/fonts.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/_sass/fonts.scss b/_sass/fonts.scss
deleted file mode 100644
index edfde73..0000000
--- a/_sass/fonts.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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;
-}