From d420fd0c0803582db25de88d76a487030b722739 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 16:36:05 +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 673ea63..cf8689e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,12 +23,13 @@ export const metadata: Metadata = { }; -const dmSans = DM_Sans({ - variable: "--font-dm-sans", + +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); @@ -40,7 +41,7 @@ export default function RootLayout({ return ( - + {children}