From 9c8af67e58165f97ecb2cdd4c81814a38525d32d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:29:50 +0000 Subject: [PATCH] Update src/app/styles/base.css --- src/app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 62c2d18..34aea07 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-montserrat), sans-serif; + font-family: var(--font-inter), sans-serif; }