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}