From 9ce8347cf59125fa9d3aa9632754781249d7ee7e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 11:55:10 +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 48083c1..c47a4d1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,8 +15,9 @@ export const metadata: Metadata = { description: "Generated by create next app", }; -const mulish = Mulish({ - variable: "--font-mulish", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -28,7 +29,7 @@ export default function RootLayout({ return ( - + {children}