From 014e7d1c049ca5e27cf1a8c56b34ac51a87d221a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 05:13:41 +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 d93acbf..8f6f511 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,12 +29,13 @@ export const metadata: Metadata = { }; -const inter = Inter({ - variable: "--font-inter", + +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); -const openSans = Open_Sans({ - variable: "--font-open-sans", +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); @@ -46,7 +47,7 @@ export default function RootLayout({ return ( - + {children}