Merge pull request #2169 from wallabag/fix-fonts

fix font paths
This commit is contained in:
Jeremy Benoist 2016-06-24 09:20:52 +02:00 committed by GitHub
commit b1c9b78203
2 changed files with 3 additions and 2 deletions

View file

@ -158,7 +158,7 @@ module.exports = function (grunt) {
{ {
expand: true, expand: true,
overwrite: true, overwrite: true,
cwd: '<%= appDir %>/lib/material-design-icons/iconfont/', cwd: '<%= appDir %>/lib/material-design-icons-iconfont/dist/fonts/',
src: '*', src: '*',
dest: '<%= buildDir %>/themes/material/fonts/', dest: '<%= buildDir %>/themes/material/fonts/',
}, },

View file

@ -33,6 +33,7 @@
"dependencies": { "dependencies": {
"icomoon-bower": "^0.1.0", "icomoon-bower": "^0.1.0",
"bower-pt-sans": "pt-sans#*", "bower-pt-sans": "pt-sans#*",
"roboto-fontface": "^0.4.5" "roboto-fontface": "^0.4.5",
"material-design-icons-iconfont": "^2.0.4"
} }
} }