From 4be8c8c01669d1c80bccd341c4c7d5929c69b310 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Fri, 21 Jun 2024 15:45:38 +0700 Subject: [PATCH] Prefer "Inter" font --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 46bcd21..3882f05 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ html * { - font-family: Cantarell, sans-serif; + font-family: Inter, Cantarell, sans-serif; } .centerscreen {