From b343641dbd73cb76d9f4013e3dc4826e38730a92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:50:01 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d1cc7f..836f4a9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,6 +26,7 @@ export const metadata: Metadata = { }; + const libreBaskerville = Libre_Baskerville({ variable: "--font-libre-baskerville", subsets: ["latin"], From 4add5e0ae4896741dafd51a871c13e0ab7681f65 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:50:01 +0000 Subject: [PATCH 2/2] Update theme fonts