From 601e9e6c82466dd80b062a245dfeffb33ac71153 Mon Sep 17 00:00:00 2001 From: brick <63986294+Sharkmouth-Sucks@users.noreply.github.com> Date: Wed, 8 May 2024 09:06:29 -0400 Subject: [PATCH] Update index.css Fixed so fonts use absolute links rather then relative --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index e38ba19..1d6ca87 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,6 @@ @font-face { font-family: Comfortaa; - src: url(fonts/Comfortaa-VariableFont_wght.ttf); + src: url(/fonts/Comfortaa-VariableFont_wght.ttf); } body {