From 63cc95666b3932067db9411642000d005dfc5f48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 22:46:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e5dd6d..3badae8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From eda04395d740504e25d43c39bf83139c9c6269da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 22:46:38 +0000 Subject: [PATCH 2/2] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 578efaa..c719d19 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-figtree), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-figtree), sans-serif; + font-family: var(--font-dm-sans), sans-serif; } -- 2.49.1