diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 57832c7..054946c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,10 +16,7 @@ export const metadata: Metadata = { description: "Generated by create next app", }; -const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], -}); + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], @@ -33,7 +30,7 @@ export default function RootLayout({ return ( - + {children}