From 307b7081fb93ba0505b4993775d84a936f769e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:37:27 +0000 Subject: [PATCH] Update default.css --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 259badb..9a8be92 100644 --- a/css/default.css +++ b/css/default.css @@ -1,7 +1,7 @@ html, body { font-size: 16px; font-family: monaspace; - src: url("/fonts/iosevka-term-thin.ttf") format('truetype'); + src: url("../fonts/iosevka-term-thin.ttf") format('truetype'); background: #000000; color: #00FF66; line-height: 1.25;