Use npm package for Open Sans

This commit is contained in:
Pierre Rudloff 2017-10-17 16:23:37 +02:00
parent 3e9ece2c7f
commit 44e475ce7d
3 changed files with 8 additions and 8 deletions

View file

@ -5,12 +5,12 @@
"author": "Pierre Rudloff",
"bugs": "https://github.com/Rudloff/alltube/issues",
"dependencies": {
"@bower_components/opensans-googlefont": "google-fonts-bower/opensans-bower#*",
"grunt": "~1.0.1",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-uglify": "~3.1.0",
"grunt-potomo": "~3.5.0"
"grunt-potomo": "~3.5.0",
"open-sans-fontface": "~1.4.0"
},
"devDependencies": {
"grunt-contrib-compress": "~1.4.1",