From dcdceda012be9d47802a6baedf1748595a38ee08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:17:25 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eb877d1..a6931e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,6 +21,7 @@ export const metadata: Metadata = { }, }; + const nunito = Nunito({ variable: "--font-nunito", subsets: ["latin"], -- 2.49.1 From 341ae20258dcad5492b4cc4c1d5e02c6957fa4b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:17:26 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1