summaryrefslogtreecommitdiff
path: root/ui/webpack.config.js
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-01-09 15:14:02 -0800
committerKali Kaneko (leap communications) <kali@leap.se>2017-02-08 22:12:27 +0100
commit776febf6970deeef999255392c6480d1ff34c6f6 (patch)
treef97319268f955eb48c3fa5ea812ef38b289eebb1 /ui/webpack.config.js
parent099825310341a90c44b2e273bf660ce9960853cf (diff)
[bugfix] ui: use woff2 font instead of woff
- closes #8527
Diffstat (limited to 'ui/webpack.config.js')
-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 9b2137bc..ecaee330 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.woff', to: 'fonts' },
+ { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2', to: 'fonts' },
{ from: '../node_modules/zxcvbn/dist/zxcvbn.js', to: 'js' }
])
],