From 1ad9dad7cb54045ecc402b4e23fd4367174ba8f0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:57:58 +0000 Subject: [PATCH] Update theme fonts --- src/app/layout.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f00f0ed..bca4d2c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,11 @@ export const metadata: Metadata = { description: "Generated by create next app", }; -const nunitoSans = Nunito_Sans({ variable: "--font-nunito-sans", subsets: ["latin"] }); + +const nunitoSans = Nunito_Sans({ + variable: "--font-nunito-sans", + subsets: ["latin"], +}); export default function RootLayout({ children,