From 49cd3133927eb5b030eab8986d3def5da2160dcc Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 15 Jan 2021 10:36:23 +0530 Subject: [PATCH] Fix font path --- docs/styles.css | 2 +- webpack.config.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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]' }, }, ],