diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9052be7..c1ee181 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,8 +19,9 @@ export const metadata: Metadata = { }, }; -const raleway = Raleway({ - variable: "--font-raleway", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -32,7 +33,7 @@ export default function RootLayout({ return ( - + {children}