From 170c032e9d8f9bef85ac6728e54ece5c7d8c3e59 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 20:51:53 +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 af2b5c0..b990fad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,12 +20,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"], }); @@ -37,7 +38,7 @@ export default function RootLayout({ return ( - + {children}