use /woff/ instead of woff/ so things in subdirs can use the css correctly

This commit is contained in:
Arya Kiran 2022-05-31 18:17:42 +05:30
parent 1ae861fc4f
commit 00dac1a596
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
body {
font-family: 'Fira Code';
src: url("woff/FiraCode-Regular.woff") format("woff");
src: url("/woff/FiraCode-Regular.woff") format("woff");
margin:20px auto;
max-width:800px;
line-height:1.5em;