From addb5c6aa1eac68737cd287eeb0114bf1320e236 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:38:14 +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 ab6257f..69a8fda 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,6 +20,7 @@ export const metadata: Metadata = { }, }; + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], -- 2.49.1 From 64d541951d0502ea8a7b8c7a4ae0c00c007f2a8a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:38:15 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1