From 6b06672958ef6d42713366c4a79ad6783852119b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 00:56:13 +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 44e090d..09aaa84 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -42,6 +42,7 @@ export const metadata: Metadata = { }; + const libreBaskerville = Libre_Baskerville({ variable: "--font-libre-baskerville", subsets: ["latin"], From 50166c0e66469f81af402d509bcf1cf0e15bd84e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 00:56:14 +0000 Subject: [PATCH 2/2] Update theme fonts