From d4907de42061d2e5be1e3bd4200bd8cd2234451e Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Wed, 3 Jul 2024 14:47:21 +0200 Subject: [PATCH] refer to font file --- web/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index e828817..b5ca70e 100755 --- a/web/style.css +++ b/web/style.css @@ -4,7 +4,9 @@ } @font-face { font-family: ApfelGrotezk Regular; - src: url(Fonts/ApfelGrotezk-Regular.otf); + src: + url("/fonts/ApfelGrotezk-Regular.otf") format("opentype"), + url("/fonts/ApfelGrotezk-Regular.woff") format("woff"); } body{ background-color: #c5ff26;