From bbcb8adfd621d5f0e549d338430207198112c733 Mon Sep 17 00:00:00 2001 From: vgatextmode Date: Sat, 26 Oct 2024 19:53:08 +0300 Subject: [feat] Cousine font --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index cff8753..c9d1749 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,10 @@ body { background-color: black; - font-size: 20; + font-size: 20px; + font-family: "Cousine", monospace; + font-weight: 400; + font-style: normal; } .mainflex { -- cgit v1.2.3