From 76ac2e2dd17ef1cd7dfdc259c43625666e4ac396 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:16:31 +0000 Subject: [PATCH] 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 b27f76e..bda2502 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,12 +23,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"], }); @@ -40,7 +41,7 @@ export default function RootLayout({ return ( - + {children}