From 119acead17c991df0721fb8bd6c6b067d7f05ac3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:06:51 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 062c8f3..a1ea422 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,8 +22,9 @@ export const metadata: Metadata = { }; -const dmSans = DM_Sans({ - variable: "--font-dm-sans", + +const publicSans = Public_Sans({ + variable: "--font-public-sans", subsets: ["latin"], }); const inter = Inter({ @@ -39,7 +40,7 @@ export default function RootLayout({ return ( - + {children}