From 7be8de229804c8281f1df5b40da9ffa6bd90f014 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 19:08:00 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c3cbb38..35e4760 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 publicSans = Public_Sans({ + variable: "--font-public-sans", subsets: ["latin"], - weight: ["100", "300", "400", "500", "700", "900"], }); export default function RootLayout({ @@ -35,7 +35,7 @@ export default function RootLayout({ return ( - + {children}