diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b258446..d926aaa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,8 +29,13 @@ export const metadata: Metadata = { -const archivo = Archivo({ - variable: "--font-archivo", + +const manrope = Manrope({ + variable: "--font-manrope", + subsets: ["latin"], +}); +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); @@ -42,7 +47,7 @@ export default function RootLayout({ return ( - + {children}