From 86eea6d2b4e058f2783ca266b4fdf8448c6ed8c6 Mon Sep 17 00:00:00 2001 From: david-swift Date: Tue, 25 Feb 2025 14:27:51 +0100 Subject: [PATCH] Use modern font by default #1 --- sass/_typography.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sass/_typography.scss b/sass/_typography.scss index 8f1b138..e603b2c 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -7,13 +7,14 @@ h5, h6 { text-wrap: balance; margin: 2rem 0 1rem; - font-weight: lighter; + font-weight: bold; line-height: normal; - font-family: var(--font-antique); + font-family: var(--font-system-ui); letter-spacing: -0.05em; } h1 { + font-weight: 900; font-size: var(--font-size-xxx-large); } @@ -310,3 +311,4 @@ li { font-weight: bold; } } +