From 574b8f2f9c46fe8f1aa729bca1be27e5b474f6fa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:28:23 +0000 Subject: [PATCH] Update theme fonts --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 25199f9..3096318 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -43,12 +43,10 @@ export const metadata: Metadata = { }; -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", subsets: ["latin"], - weight: ["400", "700"], -}); -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], + +const montserrat = Montserrat({ + variable: "--font-montserrat", + subsets: ["latin"], }); export default function RootLayout({ @@ -59,7 +57,7 @@ export default function RootLayout({ return ( - + {children}