From 37e735c9685b061efb48bcf3f828286bcd96c023 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 17:20:43 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0c1afe9..56b9ad0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,6 +26,11 @@ export const metadata: Metadata = { + +const montserrat = Montserrat({ + variable: "--font-montserrat", + subsets: ["latin"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], @@ -39,7 +44,7 @@ export default function RootLayout({ return ( - + {children}