diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b4cf9a..dc59108 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -41,13 +41,9 @@ 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({ @@ -58,7 +54,7 @@ export default function RootLayout({ return ( - + {children}