From 2e28c27f9d272aca8c23660396dbab184d6346a7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 23 Jul 2024 09:08:12 -0700 Subject: [PATCH] Don't default
elements to bold --- assets/css/010_typography.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/010_typography.css b/assets/css/010_typography.css index 797a424..f424499 100644 --- a/assets/css/010_typography.css +++ b/assets/css/010_typography.css @@ -73,11 +73,6 @@ h4 { font-size: var(--text-m); } - -header { - font-weight: bold; -} - p { letter-spacing: 0.01em; }