From f16e3d1fbfac2300be36f13bdb4184a027df0619 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Tue, 2 Apr 2024 07:40:08 -0500 Subject: [PATCH] set font --- src/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/style.css b/src/styles/style.css index 4da6369..0596c43 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -19,6 +19,7 @@ body { box-sizing: border-box; background-color: var(--bg-2); color: var(--fg-2); + font-family: var(--font-LexendDeca); } * {