🐞 fix: update headings font
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-05-02 15:13:01 -05:00
parent 9f5658849d
commit 2bdfaba134
+1 -1
View File
@@ -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;
}