diff --git a/.webpack/webpack.base.js b/.webpack/webpack.base.js index 025c8bd13..59de36b54 100644 --- a/.webpack/webpack.base.js +++ b/.webpack/webpack.base.js @@ -168,6 +168,10 @@ module.exports = (env, argv, { SRC_DIR, ENTRY }) => { }, ], }, + { + test: /\.(woff|woff2|eot|ttf|otf)$/i, + type: 'asset/resource', + }, ], //.concat(vtkRules), }, resolve: { diff --git a/platform/app/public/html-templates/index.html b/platform/app/public/html-templates/index.html index 08acb95d1..adfbeec98 100644 --- a/platform/app/public/html-templates/index.html +++ b/platform/app/public/html-templates/index.html @@ -198,17 +198,6 @@ OHIF Viewer - - -