diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4aa399..cd5d0b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,10 +36,15 @@ export const metadata: Metadata = { title: 'Professional HVAC Services | Heating -const interTight = Inter_Tight({ - variable: "--font-inter-tight", + +const libreBaskerville = Libre_Baskerville({ + variable: "--font-libre-baskerville", + subsets: ["latin"], + weight: ["400", "700"], +}); +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -50,7 +55,7 @@ export default function RootLayout({ return ( - + {children}