From 9fe2261b04df2accb7b447e82579e09c3f54e526 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:23:49 +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 4fb8616..79e1352 100644 --- a/css/default.css +++ b/css/default.css @@ -1,7 +1,7 @@ html, body { font-size: 16px; font-family: monaspace; - src: url("../IosevkaThin.ttc") format('truetype'); + src: url("../iosevka-term-thin.ttf") format('truetype'); background: #000000; color: #00FF66; line-height: 1.25;