diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c563bc5..1040753 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,10 +22,10 @@ export const metadata: Metadata = { }; -const interTight = Inter_Tight({ - variable: "--font-inter-tight", + +const publicSans = Public_Sans({ + variable: "--font-public-sans", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -36,7 +36,7 @@ export default function RootLayout({ return ( - + {children}