From 0275050a846e8e724b18683c03f8f9eeb3e46652 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 19:08:37 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 35e4760..55e1758 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,9 +22,11 @@ export const metadata: Metadata = { -const publicSans = Public_Sans({ - variable: "--font-public-sans", + +const roboto = Roboto({ + variable: "--font-roboto", subsets: ["latin"], + weight: ["100", "300", "400", "500", "700", "900"], }); export default function RootLayout({ @@ -35,7 +37,7 @@ export default function RootLayout({ return ( - + {children}