diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 48083c1..c47a4d1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,8 +15,9 @@ export const metadata: Metadata = { description: "Generated by create next app", }; -const mulish = Mulish({ - variable: "--font-mulish", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -28,7 +29,7 @@ export default function RootLayout({ return ( - + {children}