summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-05 00:59:46 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-05 00:59:46 +0100
commit5076da92c9e13ff03fe9b248b65b3a6da8c84b11 (patch)
tree741b65d342ee1d3d9716e5aa93f2e6fe40608780 /ui
parentdb5bc3dacbce645a3f9df48e660c3520fd14a936 (diff)
[bug] load svg font for webkit to render it properly
Diffstat (limited to 'ui')
-rw-r--r--ui/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/webpack.config.js b/ui/webpack.config.js
index ecaee330..c4e5f30c 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' }
])
],