From 08579b050ea0fd8bd5202d74c9328412d1552238 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 17:19:44 +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 156bc86..0c1afe9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,8 +25,9 @@ export const metadata: Metadata = { -const raleway = Raleway({ - variable: "--font-raleway", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -38,7 +39,7 @@ export default function RootLayout({ return ( - + {children}