From 07b3403ed9d2e39e1695c3caca04dc3140e582f8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:32:09 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edb2f49..77c0a60 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,10 +21,10 @@ export const metadata: Metadata = { }, }; -const interTight = Inter_Tight({ - variable: "--font-inter-tight", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -35,7 +35,7 @@ export default function RootLayout({ return ( - + {children}