Fix font path
This commit is contained in:
+1
-1
@@ -44,5 +44,5 @@ i {
|
||||
|
||||
@font-face{
|
||||
font-family: "codicon";
|
||||
src: url("../fonts/codicon.ttf") format("truetype");
|
||||
src: url("codicon.ttf") format("truetype");
|
||||
}
|
||||
|
||||
+1
-2
@@ -52,8 +52,7 @@ module.exports = {
|
||||
{
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'fonts/'
|
||||
name: '[name].[ext]'
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user