From 851f86ee651c53225d227d9c244026dd300129ac Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 01:23:45 +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 8e5242e..a54de25 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,8 +20,9 @@ export const metadata: Metadata = { -const publicSans = Public_Sans({ - variable: "--font-public-sans", + +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); const inter = Inter({ @@ -37,7 +38,7 @@ export default function RootLayout({ return ( - + {children}