diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cc51e04..f7105c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,14 +22,11 @@ export const metadata: Metadata = { }, }; + const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); -const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], -}); export default function RootLayout({ children, @@ -39,7 +36,7 @@ export default function RootLayout({ return ( - + {children}