From 5b04971e4ba70fed27a5374b038c51d5df7bb101 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 25 Jul 2014 17:26:11 +0200 Subject: [PATCH] add Normalize-OpenType.css cause why not --- _src/assets/styl/kremalicious3.styl | 1 + bower.json | 1 + 2 files changed, 2 insertions(+) diff --git a/_src/assets/styl/kremalicious3.styl b/_src/assets/styl/kremalicious3.styl index 42b4e9f9..c6e66c76 100644 --- a/_src/assets/styl/kremalicious3.styl +++ b/_src/assets/styl/kremalicious3.styl @@ -7,6 +7,7 @@ // Normalize all the things @import '../../../bower_components/normalize-css/normalize.css' +@import '../../../bower_components/normalize-opentype.css/normalize-opentype.css' // Nib Nib @import 'nib' diff --git a/bower.json b/bower.json index fa242799..c1aa3209 100644 --- a/bower.json +++ b/bower.json @@ -9,6 +9,7 @@ "license": "MIT", "dependencies": { "normalize-css": ">=3.0.1", + "normalize-opentype.css": ">=0.1.2", "jquery": ">=2.0.3", "picturefill": ">=1.2.1", "masonry": "http://masonry.desandro.com/masonry.pkgd.min.js",