From d0c0ead8e90332028bebdcb04f482839477ea906 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 8 Aug 2026 21:06:24 -0400 Subject: [PATCH] Change the default font --- _layouts/default.html | 36 ++++++++++++++++++++---------------- assets/css/global.css | 8 ++++---- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 1bdf0c1..e858e4f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,14 +4,15 @@ - + - - - - - - + + + + + + @@ -19,16 +20,19 @@ {{ page.title }} -
- {% include navigation.html %} -
-
- {{ content }} -
- diff --git a/assets/css/global.css b/assets/css/global.css index 33c5d84..02ee7cb 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -9,7 +9,7 @@ html { } body { - font-family: 'FormaDJRText', sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif; color: var(--color-primary-1); display: flex; @@ -48,8 +48,8 @@ p, a, ul, ol { - letter-spacing: 0.2px; - line-height: 24px; + line-height: 32px; + font-size: 18px; } h1, @@ -60,7 +60,7 @@ h5, h6 { margin-top: 2em; margin-bottom: 0.5em; - font-family: 'FormaDJRDisplay', sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif; } h1 {