diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e213446..7bce6b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,12 +26,14 @@ export const metadata: Metadata = { -const manrope = Manrope({ - variable: "--font-manrope", + +const libreBaskerville = Libre_Baskerville({ + variable: "--font-libre-baskerville", subsets: ["latin"], + weight: ["400", "700"], }); -const dmSans = DM_Sans({ - variable: "--font-dm-sans", +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -43,7 +45,7 @@ export default function RootLayout({ return ( - + {children}