From 9eab8c360b6387c5a64e8f380b0833c07e7b540e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:43:02 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b99d146..d4aa399 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,14 +35,11 @@ export const metadata: Metadata = { title: 'Professional HVAC Services | Heating -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], - weight: ["400", "700"], -}); -const inter = Inter({ - variable: "--font-inter", + +const interTight = Inter_Tight({ + variable: "--font-inter-tight", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -53,7 +50,7 @@ export default function RootLayout({ return ( - + {children}