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",