From 296e4cf348490cc63906f8b0c7c5358d261fac20 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:01:14 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6d77c6e..1851421 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,8 +19,13 @@ export const metadata: Metadata = { title: 'Professional HVAC Services | Heating -const montserrat = Montserrat({ - variable: "--font-montserrat", + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); +const openSans = Open_Sans({ + variable: "--font-open-sans", subsets: ["latin"], }); @@ -32,7 +37,7 @@ export default function RootLayout({ return ( - + {children}