From e3e43adf779fb99d25114715d7d04231965eac7d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 07:05:04 +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 17bfc36..e036159 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,6 +15,7 @@ export const metadata: Metadata = { description: "Generated by create next app", }; + const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"], From c1afa55cc788292c0f385c7816a9c51e502185de Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 07:05:04 +0000 Subject: [PATCH 2/2] Update theme fonts