From b0efad9f76aa79996e92e458ffec7a124d6407ab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:05:36 +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 512bd9f..a05b6bb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -42,6 +42,7 @@ export const metadata: Metadata = { }; + const poppins = Poppins({ variable: "--font-poppins", subsets: ["latin"], -- 2.49.1 From 5037228c345b84fd82236f0550a5d11f8714d53a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:05:37 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1