summaryrefslogtreecommitdiff
path: root/_sass/tiny/_fonts.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
committerBen Burwell <ben@benburwell.com>2015-08-11 22:56:34 -0400
commitb3967c83cbdba7f44c2ecef09d3e80801106ac81 (patch)
tree1dd61b9840a85ab8d3d4610bbba2f2e3aa4a00c6 /_sass/tiny/_fonts.scss
parent6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff)
Update to Tiny CSS
Diffstat (limited to '_sass/tiny/_fonts.scss')
-rw-r--r--_sass/tiny/_fonts.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/_sass/tiny/_fonts.scss b/_sass/tiny/_fonts.scss
new file mode 100644
index 0000000..1b60da6
--- /dev/null
+++ b/_sass/tiny/_fonts.scss
@@ -0,0 +1,30 @@
+// 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;
+}
+
+// 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;
+}