diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3480cfe..1f464ba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,10 +17,14 @@ export const metadata: Metadata = { }; -const interTight = Inter_Tight({ - variable: "--font-inter-tight", + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); +const openSans = Open_Sans({ + variable: "--font-open-sans", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -31,7 +35,7 @@ export default function RootLayout({ return ( - + {children}