From 5330476cd3396f5786da7d12bba95ed8038f6be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Tue, 20 Feb 2024 04:47:23 +0000 Subject: [PATCH] Update default.css --- css/default.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 35f89d1..e1c1d8c 100644 --- a/css/default.css +++ b/css/default.css @@ -1,6 +1,11 @@ html, body { font-size: 16px; - font-family: hack; + font-family: Mona Sans; + src: + url('Mona-Sans.woff2') format('woff2 supports variations'), + url('Mona-Sans.woff2') format('woff2-variations'); + font-weight: 200 900; + font-stretch: 75% 125%; background: #000000; color: #00FF66; line-height: 1.25;