From efe1bf39fb6d1101c18d68e6087f9e3bbbe01066 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:53:55 +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 7e66ef6..e383353 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,6 +21,7 @@ export const metadata: Metadata = { }, }; + const poppins = Poppins({ variable: "--font-poppins", subsets: ["latin"], -- 2.49.1 From 1ad7afd6d9ad9c64feda655d7aefd35b1ea5456b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:53:56 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1