From 2d269e2e7c3c9c56e14899df0138dc6408559984 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:34:48 +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 28b0815..2daeba1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,6 +21,7 @@ export const metadata: Metadata = { }, }; + const publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], -- 2.49.1 From 58d5a9a15168b828d5fa2b7d838b1864b9751f83 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:34:48 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1