From 85e5a3c393a2926e227f4e6e4731655d344b37e2 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Fri, 24 Jul 2020 11:58:24 -0400 Subject: [PATCH] Increase font weight on navbar to improve readability --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 360fb6b..b64e0bb 100644 --- a/css/style.css +++ b/css/style.css @@ -321,7 +321,7 @@ h1, h2, h3, h4, h5, h6 { display: inline-block; color: #fff; font-family: 'Raleway', sans-serif; - font-weight: 300; + font-weight: 500; font-size: 14px; outline: none; }