diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea28baa..b2a6c37 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -43,10 +43,15 @@ export const metadata: Metadata = { }; -const lato = Lato({ - variable: "--font-lato", + +const libreBaskerville = Libre_Baskerville({ + variable: "--font-libre-baskerville", + subsets: ["latin"], + weight: ["400", "700"], +}); +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], - weight: ["100", "300", "400", "700", "900"], }); export default function RootLayout({ @@ -57,7 +62,7 @@ export default function RootLayout({ return ( - + {children}