Browse Source

Figure out what the right url is

master
Noëlle 3 years ago
parent
commit
629d52266b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      assets/kobold.css

+ 2
- 2
assets/kobold.css View File

@@ -1,10 +1,10 @@
@font-face {
font-family: "Reverb";
src: url("/fonts/Reverb-Regular.otf") format("opentype");
src: url("/koboldgen/assets/fonts/Reverb-Regular.otf") format("opentype");
}
@font-face {
font-family: "Reverb Light";
src: url("/fonts/Reverb-Light.otf") format("opentype");
src: url("/koboldgen/assets/fonts/Reverb-Light.otf") format("opentype");
font-weight: lighter;
}


Loading…
Cancel
Save