From 66f8ecd076eb9149dfd576d10afe2f8d11d978da Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 19 Sep 2023 18:41:03 +0200 Subject: [PATCH] relative path works --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index bc93dcd..4fece93 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,6 @@ @font-face { font-family: 'univers'; -src: url('/static/font-univers/UniversforUniS55Rm-Regular.ttf') format('truetype'); +src: url('static/font-univers/UniversforUniS55Rm-Regular.ttf') format('truetype'); } body {