From 78c4499a06fddf6d48c9429d3af66bba45739830 Mon Sep 17 00:00:00 2001 From: "Xavier K." <59243836+xk2800@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:47:02 +0800 Subject: [PATCH] update css for body to use font family --- src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.css b/src/styles/global.css index 93ba06b..8f95d4c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -77,6 +77,7 @@ } body { @apply bg-backgroundColor text-baseTextColor; + font-family: 'Lexend Deca Variable', sans-serif; } a {