From 0c5b05f64f4f1f7b2b400e7e3b2c0575a4bc4b38 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:47:40 +0000 Subject: [PATCH] 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 0fe6ea9..5c59d33 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -47,8 +47,9 @@ export const metadata: Metadata = { -const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", + +const raleway = Raleway({ + variable: "--font-raleway", subsets: ["latin"], }); @@ -60,7 +61,7 @@ export default function RootLayout({ return ( - + {children}