From 2e637293ea56081f11fddf6ded18d796d331cb2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:32:41 +0000 Subject: [PATCH] Update theme fonts --- src/app/layout.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e213446..7bce6b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,12 +26,14 @@ export const metadata: Metadata = { -const manrope = Manrope({ - variable: "--font-manrope", + +const libreBaskerville = Libre_Baskerville({ + variable: "--font-libre-baskerville", subsets: ["latin"], + weight: ["400", "700"], }); -const dmSans = DM_Sans({ - variable: "--font-dm-sans", +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -43,7 +45,7 @@ export default function RootLayout({ return ( - + {children}