From 2f7cd9299e2f8166b1e8ab68ceb86f0fb250febb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:30:33 +0000 Subject: [PATCH] Update theme fonts --- src/app/layout.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4e77a50..39c7422 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -52,6 +52,11 @@ const outfit = Outfit({ subsets: ["latin"], }); +const figtree = Figtree({ + variable: "--font-figtree", + subsets: ["latin"], +}); + export default function RootLayout({ children, }: Readonly<{ @@ -60,7 +65,7 @@ export default function RootLayout({ return ( - + {children}