diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3640220..4b72d0f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,10 +28,14 @@ export const metadata: Metadata = { + const merriweather = Merriweather({ variable: "--font-merriweather", subsets: ["latin"], weight: ["300", "400", "700", "900"], }); +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], +}); export default function RootLayout({ children, @@ -41,7 +45,7 @@ export default function RootLayout({ return ( - + {children}