From 670626ac7adea4497c34e1ee9df69f32373950cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 04:30:10 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7710d4f..6b7f376 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,12 +24,13 @@ export const metadata: Metadata = { }; -const inter = Inter({ - variable: "--font-inter", + +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); -const openSans = Open_Sans({ - variable: "--font-open-sans", +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -41,7 +42,7 @@ export default function RootLayout({ return ( - + {children}