From b3967c83cbdba7f44c2ecef09d3e80801106ac81 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 22:56:34 -0400 Subject: Update to Tiny CSS --- _includes/fonts.scss | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 _includes/fonts.scss (limited to '_includes/fonts.scss') 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 -- cgit v1.2.3