diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2a1f081..cea292c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,14 +29,15 @@ export const metadata: Metadata = { }; -const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], -}); + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); export default function RootLayout({ children, @@ -46,7 +47,7 @@ export default function RootLayout({ return ( - + {children}