From cd6c824da93af6ed29671ea493f3651a5be47c65 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:07:02 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ccecf8b..720cbfa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,12 +31,9 @@ export const metadata: Metadata = { title: 'Professional HVAC Services | Heating -const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], -}); -const dmSans = DM_Sans({ - variable: "--font-dm-sans", + +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); @@ -48,7 +45,7 @@ export default function RootLayout({ return ( - + {children}