corrected file path
This commit is contained in:
parent
18a28e9710
commit
48f961ec9b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
@font-face { font-family: "Hermit NF Mono Regular";
|
@font-face { font-family: "Hermit NF Mono Regular";
|
||||||
src:
|
src:
|
||||||
url("assets/fonts/Hermit/HurmitNerdFontMono-Regular.otf") format("opentype")
|
url(../fonts/Hermit/HurmitNerdFontMono-Regular.otf) format("opentype")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Franklin Gothic Medium 21pt for headlines inside windows */
|
/* Franklin Gothic Medium 21pt for headlines inside windows */
|
||||||
@font-face { font-family: "Inter";
|
@font-face { font-family: "Inter";
|
||||||
src:
|
src:
|
||||||
url("assets/fonts/Hermit/HurmitNerdFontMono-Bold.otf") format("opentype")
|
url(../fonts/Hermit/HurmitNerdFontMono-Bold.otf) format("opentype")
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue