From af03e7712eefc236f1fcee21bc5a5e06f7519adc Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 2 Nov 2021 17:41:35 -0700 Subject: [PATCH] Update default h6 font weight --- src/styles/App.global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/App.global.css b/src/styles/App.global.css index 4448529..f758e9e 100644 --- a/src/styles/App.global.css +++ b/src/styles/App.global.css @@ -152,3 +152,7 @@ body { opacity: 1; transition: opacity 0.1s; } + +h6 { + font-weight: 400; +}