From 31c6bc4ab362464ad6c74ec7e352d0d666203ea3 Mon Sep 17 00:00:00 2001 From: hexlocation Date: Fri, 6 Dec 2024 23:45:13 +0100 Subject: [PATCH] font --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6d1d2c5..bca6ea6 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,9 @@ } body { - font-family: "JetbrainsMono Nerd Font"; + font-family: "rainyhearts"; + font-weight: 800; + font-size: 23px; background-color: black; }