From cacb3a95c2a6159161d6c31d3d6fad5e9ddfe171 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 08:45:11 +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 4732acf..4052a98 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,6 +22,7 @@ export const metadata: Metadata = { }; + const publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], -- 2.49.1 From 671de28a860718905ccdbef554fd575c07747114 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 08:45:12 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1