1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-03 18:35:07 +01:00

add Normalize-OpenType.css cause why not

This commit is contained in:
Matthias Kretschmann 2014-07-25 17:26:11 +02:00
parent 811af0b0f4
commit 5b04971e4b
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

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