From 89b10ea08a38daf820d65ff5ce3616fba08d4613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sat, 30 Mar 2024 01:55:39 +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 35f89d1..7019206 100644 --- a/css/default.css +++ b/css/default.css @@ -1,6 +1,6 @@ html, body { font-size: 16px; - font-family: hack; + font-family: iosevka; background: #000000; color: #00FF66; line-height: 1.25;