diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 489ee5c..1730cb1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,10 +21,10 @@ export const metadata: Metadata = { }; -const roboto = Roboto({ - variable: "--font-roboto", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], - weight: ["100", "300", "400", "500", "700", "900"], }); export default function RootLayout({ @@ -35,7 +35,7 @@ export default function RootLayout({ return ( - + {children}