diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 28107e2..99c853a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,8 +21,9 @@ export const metadata: Metadata = { }; -const manrope = Manrope({ - variable: "--font-manrope", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -34,7 +35,7 @@ export default function RootLayout({ return ( - + {children}