From 2f7a8c1fab40b1af225fbd2d31af3c96753d22bd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:25:01 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 58396b5..08e6161 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -43,13 +43,11 @@ export const metadata: Metadata = { -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); -const openSans = Open_Sans({ - variable: "--font-open-sans", + +const interTight = Inter_Tight({ + variable: "--font-inter-tight", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -60,7 +58,7 @@ export default function RootLayout({ return ( - + {children}