From 36e9e0842ab908c7d5631430561a5b6fc91e129f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:28:58 +0000 Subject: [PATCH] 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 45f84c8..96803d6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,6 +10,7 @@ import { Public_Sans } from "next/font/google"; import { Montserrat } from "next/font/google"; import { Nunito_Sans } from "next/font/google"; import { Manrope } from "next/font/google"; +import { Nunito } from "next/font/google"; @@ -29,8 +30,9 @@ export const metadata: Metadata = { -const manrope = Manrope({ - variable: "--font-manrope", + +const nunito = Nunito({ + variable: "--font-nunito", subsets: ["latin"], }); @@ -42,7 +44,7 @@ export default function RootLayout({ return ( - + {children}