From 8ee0f0114691ed111504012514bc773a39e7e585 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:45:36 +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 5256852..77e9837 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}