From 9d34020ddfdf5ffcb999bab939b61134d09faff3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:05:38 +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 11f271d..2bbf608 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -44,6 +44,7 @@ export const metadata: Metadata = { + const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], From adc514fc4d960be7129fbb6f5c1d731022f28051 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:05:39 +0000 Subject: [PATCH 2/2] Update theme fonts