From ec30e66d7674cbeadcc9fcd10eb8e562445c91f6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:39:05 +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 5904147..e6facd3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -40,8 +40,13 @@ export const metadata: Metadata = { title: 'Professional HVAC Services | Heating -const inter = Inter({ - variable: "--font-inter", + +const manrope = Manrope({ + variable: "--font-manrope", + subsets: ["latin"], +}); +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); @@ -53,7 +58,7 @@ export default function RootLayout({ return ( - + {children}