From f1c6ac09c84d1a7539e5c31655e9cc21c56b6ae9 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Wed, 12 Jul 2023 15:25:58 -0700 Subject: [PATCH] Use CSS to capitalize headings --- src/css/Components/_headings.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/Components/_headings.scss b/src/css/Components/_headings.scss index cd4c8c1..d5906c4 100644 --- a/src/css/Components/_headings.scss +++ b/src/css/Components/_headings.scss @@ -1,5 +1,6 @@ h1, h2, h3, h4, h5, h6 { font-weight: 500; + text-transform: capitalize; } h1 {