diff options
author | elijah <elijah@riseup.net> | 2017-01-09 15:14:02 -0800 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-08 22:12:27 +0100 |
commit | 776febf6970deeef999255392c6480d1ff34c6f6 (patch) | |
tree | f97319268f955eb48c3fa5ea812ef38b289eebb1 | |
parent | 099825310341a90c44b2e273bf660ce9960853cf (diff) |
[bugfix] ui: use woff2 font instead of woff
- closes #8527
-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 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' } ]) ], |