diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 966f8db..4b7f2ca 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,12 +17,13 @@ export const metadata: Metadata = { }; -const inter = Inter({ - variable: "--font-inter", + +const mulish = Mulish({ + variable: "--font-mulish", subsets: ["latin"], }); -const openSans = Open_Sans({ - variable: "--font-open-sans", +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -34,7 +35,7 @@ export default function RootLayout({ return ( - + {children}