From 5f365ac8ccc8d3f2231a99121c692ce7873f6b6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:45:10 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 822edf5..be4d70a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,11 @@ export const metadata: Metadata = { }, }; -const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"] }); + +const sourceSans3 = Source_Sans_3({ + variable: "--font-source-sans-3", + subsets: ["latin"], +}); export default function RootLayout({ children, -- 2.49.1 From 5052e911f077fb5cb762a343b65a5aecd1550edb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:45:11 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1