From dc0ddfb20615829333ef955c06ceaf664f89d5d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:49:12 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index afeb958..f319e53 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,9 +12,11 @@ export const metadata: Metadata = { -const montserrat = Montserrat({ - variable: "--font-montserrat", + +const libreBaskerville = Libre_Baskerville({ + variable: "--font-libre-baskerville", subsets: ["latin"], + weight: ["400", "700"], }); const inter = Inter({ variable: "--font-inter", @@ -28,7 +30,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}