remove slash

main
vitrinekast 2 months ago
parent a36b6bec9c
commit bb0d6bcbc8

@ -1,12 +1,12 @@
@font-face {
font-family: WonderType Regular;
src: url("/fonts/WonderType-Regular.otf") format("opentype"),
src: url("fonts/WonderType-Regular.otf") format("opentype"),
}
@font-face {
font-family: ApfelGrotezk Regular;
src:
url("/fonts/ApfelGrotezk-Regular.otf") format("opentype"),
url("/fonts/ApfelGrotezk-Regular.woff") format("woff");
url("fonts/ApfelGrotezk-Regular.otf") format("opentype"),
url("fonts/ApfelGrotezk-Regular.woff") format("woff");
}
body{
background-color: #c5ff26;

Loading…
Cancel
Save