Fix font path

This commit is contained in:
Sidharth Vinod
2021-01-15 10:36:23 +05:30
parent 7afee79614
commit 49cd313392
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -44,5 +44,5 @@ i {
@font-face{
font-family: "codicon";
src: url("../fonts/codicon.ttf") format("truetype");
src: url("codicon.ttf") format("truetype");
}