From 21d88af3d285efda3d93aad961af332fe74b90f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:31:47 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2aa4fd7..6452e8f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,6 +20,7 @@ export const metadata: Metadata = { }, }; + const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], From 31f0b298cd432fe6157589c27adbc5859526d630 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:31:48 +0000 Subject: [PATCH 2/2] Update theme fonts