From 2bdfaba1340064fa2dc957af5f2adb480bdeda2e Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 2 May 2026 15:13:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20update=20headings=20font?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/base/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/base/typography.css b/styles/base/typography.css index 1209ab3..f8d9a57 100644 --- a/styles/base/typography.css +++ b/styles/base/typography.css @@ -81,7 +81,7 @@ body { @layer components { h1, h2, h3, h4, h5, h6 { - font-family: var(--font-headings); + font-family: var(--font-quincy); font-weight: 700; margin: 0 0 1rem; }