diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-06-24 09:20:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 09:20:52 +0200 |
commit | b1c9b78203710ad4cfd601b06bf1ec384595b3f3 (patch) | |
tree | 55301a365557d9a982dc47584b03799d2575701e | |
parent | 20218495a79a138833ca84dda37334fa42141d28 (diff) | |
parent | dafc5cf993f6f75fbfa4dbc762e94abcd2fbe17f (diff) | |
download | wallabag-b1c9b78203710ad4cfd601b06bf1ec384595b3f3.tar.gz wallabag-b1c9b78203710ad4cfd601b06bf1ec384595b3f3.tar.zst wallabag-b1c9b78203710ad4cfd601b06bf1ec384595b3f3.zip |
Merge pull request #2169 from wallabag/fix-fonts
fix font paths
-rw-r--r-- | Gruntfile.js | 2 | ||||
-rw-r--r-- | bower.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 04fd1fe8..c7419549 100644 --- a/Gruntfile.js +++ b/Gruntfile.js | |||
@@ -158,7 +158,7 @@ module.exports = function (grunt) { | |||
158 | { | 158 | { |
159 | expand: true, | 159 | expand: true, |
160 | overwrite: true, | 160 | overwrite: true, |
161 | cwd: '<%= appDir %>/lib/material-design-icons/iconfont/', | 161 | cwd: '<%= appDir %>/lib/material-design-icons-iconfont/dist/fonts/', |
162 | src: '*', | 162 | src: '*', |
163 | dest: '<%= buildDir %>/themes/material/fonts/', | 163 | dest: '<%= buildDir %>/themes/material/fonts/', |
164 | }, | 164 | }, |
@@ -33,6 +33,7 @@ | |||
33 | "dependencies": { | 33 | "dependencies": { |
34 | "icomoon-bower": "^0.1.0", | 34 | "icomoon-bower": "^0.1.0", |
35 | "bower-pt-sans": "pt-sans#*", | 35 | "bower-pt-sans": "pt-sans#*", |
36 | "roboto-fontface": "^0.4.5" | 36 | "roboto-fontface": "^0.4.5", |
37 | "material-design-icons-iconfont": "^2.0.4" | ||
37 | } | 38 | } |
38 | } | 39 | } |