From 29c950147a12119c278b661125c67cf3f66a3aab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:19:15 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5cf3ad7..b55b89f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -33,8 +33,9 @@ export const metadata: Metadata = { -const montserrat = Montserrat({ - variable: "--font-montserrat", + +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); @@ -46,7 +47,7 @@ export default function RootLayout({ return ( - + {children}