From 932dc79296fc03d308e25a65a7e153acfbf041ff Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:25:35 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 51717a9..4a75573 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,8 +26,9 @@ export const metadata: Metadata = { -const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", + +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); @@ -39,7 +40,7 @@ export default function RootLayout({ return ( - + {children}