From ab7572fe3290844bb4567acabc178c9560efcdd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 21:00:44 +0000 Subject: [PATCH] Update theme fonts --- src/app/layout.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3a19f10..7d3b82c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,8 +28,14 @@ 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", subsets: ["latin"], }); @@ -41,7 +47,7 @@ export default function RootLayout({ return ( - + {children}