diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 383e7d5..bdecf16 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -40,8 +40,9 @@ export const metadata: Metadata = { -const raleway = Raleway({ - variable: "--font-raleway", + +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); @@ -53,7 +54,7 @@ export default function RootLayout({ return ( - + {children}