From 998536096ed38bdbe64e7d0a06299ef14478ec24 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:27:04 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 234b4f5..7de37bb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,10 +19,10 @@ export const metadata: Metadata = { -const poppins = Poppins({ - variable: "--font-poppins", + +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -33,7 +33,7 @@ export default function RootLayout({ return ( - + {children}