From 7d427439c1f4bfe1729bad90679876762bcb3a9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:04:01 +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 046d4f7..9673bb9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,10 +24,10 @@ export const metadata: Metadata = { title: 'Professional HVAC Services | Heating -const interTight = Inter_Tight({ - variable: "--font-inter-tight", + +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -38,7 +38,7 @@ export default function RootLayout({ return ( - + {children}