From d770cd598b14779cfecfcc00aeda2fd93a5f78f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:38:53 +0000 Subject: [PATCH] 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 569b99c..9630d4b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,10 +17,10 @@ export const metadata: Metadata = { }; -const poppins = Poppins({ - variable: "--font-poppins", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -31,7 +31,7 @@ export default function RootLayout({ return ( - + {children}