From bd8a369e64c5944cb7ac2e90e2a3cf714b4e1e2f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:15:28 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 21339e8..fd4cb82 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -41,14 +41,13 @@ export const metadata: Metadata = { }, }; + const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export default function RootLayout({