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;