From 7947b6d6a48e9808b7c1751c0baaa6177f0ce05a Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 13 Sep 2025 15:30:38 -0700 Subject: [PATCH] Use FormaDJRDisplay for the headers --- assets/css/global.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/global.css b/assets/css/global.css index 9f275de..f9d75c1 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -20,7 +20,6 @@ header { z-index: 1001; } - main { max-width: 720px; width: 100%; @@ -39,7 +38,9 @@ a { color: unset; } - +h1, h2, h3, h4, h5, h6 { + font-family: 'FormaDJRDisplay', sans-serif; +} @media screen and (min-width: 720px) { main {