From 5e91a75778118bd5ff6409055afa5a60c7e15e0c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 07:13:21 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9d1a1e3..ac69ed8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,13 +29,9 @@ export const metadata: Metadata = { -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], - weight: ["400", "700"], -}); -const inter = Inter({ - variable: "--font-inter", + +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); @@ -47,7 +43,7 @@ export default function RootLayout({ return ( - + {children}