diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 533afc1..da5323b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,12 +27,13 @@ export const metadata: Metadata = { -const manrope = Manrope({ - variable: "--font-manrope", + +const publicSans = Public_Sans({ + variable: "--font-public-sans", subsets: ["latin"], }); -const dmSans = DM_Sans({ - variable: "--font-dm-sans", +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -44,7 +45,7 @@ export default function RootLayout({ return ( - + {children}