diff --git a/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf b/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 00000000000..1413fc609ab Binary files /dev/null and b/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf differ diff --git a/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.woff b/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 00000000000..9e612858f80 Binary files /dev/null and b/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.woff differ diff --git a/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2 b/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 00000000000..64539b54c37 Binary files /dev/null and b/panoramix/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2 differ diff --git a/panoramix/assets/webpack.config.js b/panoramix/assets/webpack.config.js index 5a7a5d789e0..7dc7f8d4cdb 100644 --- a/panoramix/assets/webpack.config.js +++ b/panoramix/assets/webpack.config.js @@ -28,7 +28,7 @@ var config = { test: /\.css$/, exclude: APP_DIR + '/node_modules', loader: "style-loader!css-loader" // load css via require('../*.css') - } + }, ] }, plugins: []