From 04a7c3b77cd444efb87242d4da4f968865ce6666 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:34:53 +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 a608a08..2143e07 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,6 +24,7 @@ export const metadata: Metadata = { }, }; + const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"], From 8c951e5ff2c7c9c4207fb7e1e649076c7f149051 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:34:54 +0000 Subject: [PATCH 2/2] Update theme fonts