From 59ae2aaebc061c84870dd71b8cfce790e8b58efc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:20:57 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8c30729..d4935a6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,8 +35,13 @@ export const metadata: Metadata = { -const dmSans = DM_Sans({ - variable: "--font-dm-sans", + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); +const openSans = Open_Sans({ + variable: "--font-open-sans", subsets: ["latin"], }); @@ -48,7 +53,7 @@ export default function RootLayout({ return ( - + {children}