From 8f789fed7716260d74e41523ddc7a2d2d1f93f5d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 07:16:40 +0000 Subject: [PATCH 1/2] 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 c38661e..fdad7b5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,8 +34,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"], }); @@ -47,7 +53,7 @@ export default function RootLayout({ return ( - + {children}