diff --git a/docs/styles.css b/docs/styles.css index b0984873..9f42bd5a 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -44,5 +44,5 @@ i { @font-face{ font-family: "codicon"; - src: url("../fonts/codicon.ttf") format("truetype"); + src: url("codicon.ttf") format("truetype"); } diff --git a/webpack.config.js b/webpack.config.js index 0d1e76a9..e53301bd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -52,8 +52,7 @@ module.exports = { { loader: 'file-loader', options: { - name: '[name].[ext]', - outputPath: 'fonts/' + name: '[name].[ext]' }, }, ],