From 5076da92c9e13ff03fe9b248b65b3a6da8c84b11 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 5 Mar 2017 00:59:46 +0100 Subject: [bug] load svg font for webkit to render it properly --- ui/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/webpack.config.js') 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' } ]) ], -- cgit v1.2.3