From bb0d6bcbc8915882525b6a5d5d6192a2d1368801 Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Wed, 3 Jul 2024 14:57:21 +0200 Subject: [PATCH] remove slash --- web/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;