From 624f4e5008053d59741de2f48b099621870fca1a 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:43:36 +0000 Subject: Update default.css --- css/default.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/default.css b/css/default.css index 9a8be92..65c11c0 100644 --- a/css/default.css +++ b/css/default.css @@ -1,12 +1,16 @@ html, body { font-size: 16px; - font-family: monaspace; - src: url("../fonts/iosevka-term-thin.ttf") format('truetype'); + font-family: truetype; background: #000000; color: #00FF66; line-height: 1.25; } - +@font-face { + font-family: truetype; + src: url("../fonts/iosevka-term-thin.ttf") format('truetype'); + font-weight: normal; + font-style: normal; +} a { color: #ACFFBD; text-decoration: none; -- cgit v1.2.3