From 776febf6970deeef999255392c6480d1ff34c6f6 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 9 Jan 2017 15:14:02 -0800 Subject: [bugfix] ui: use woff2 font instead of woff - closes #8527 --- 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 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' } ]) ], -- cgit v1.2.3