diff --git a/web/style.css b/web/style.css index 5a61d37..7bc304c 100755 --- a/web/style.css +++ b/web/style.css @@ -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;