diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-05 00:59:46 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-05 00:59:46 +0100 |
commit | 5076da92c9e13ff03fe9b248b65b3a6da8c84b11 (patch) | |
tree | 741b65d342ee1d3d9716e5aa93f2e6fe40608780 /ui/webpack.config.js | |
parent | db5bc3dacbce645a3f9df48e660c3520fd14a936 (diff) |
[bug] load svg font for webkit to render it properly
Diffstat (limited to 'ui/webpack.config.js')
-rw-r--r-- | ui/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/webpack.config.js b/ui/webpack.config.js index ecaee33..c4e5f30 100644 --- a/ui/webpack.config.js +++ b/ui/webpack.config.js @@ -54,7 +54,7 @@ var config = { { from: 'img/*'}, { from: 'index.html' }, { from: '../node_modules/bootstrap/dist/css/bootstrap.min.css', to: 'css' }, - { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2', to: 'fonts' }, + { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg', to: 'fonts' }, { from: '../node_modules/zxcvbn/dist/zxcvbn.js', to: 'js' } ]) ], |