From 257299d46704443d530f1a41cf5bbffbb4c4b334 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:06:12 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 383e7d5..bdecf16 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -40,8 +40,9 @@ export const metadata: Metadata = { -const raleway = Raleway({ - variable: "--font-raleway", + +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); @@ -53,7 +54,7 @@ export default function RootLayout({ return ( - + {children}