From 464f45136c2447455a04eea5bf9ec31ae49363bc Mon Sep 17 00:00:00 2001 From: Ro Date: Thu, 21 Feb 2019 11:39:02 -0500 Subject: [PATCH] header type adjustment --- themes/dash/assets/css/dash.css | 4 ++-- themes/dash/src/styles/main/_typography.styl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/dash/assets/css/dash.css b/themes/dash/assets/css/dash.css index 00da16a..42d5b6f 100644 --- a/themes/dash/assets/css/dash.css +++ b/themes/dash/assets/css/dash.css @@ -1539,11 +1539,11 @@ h3 { } h1 { font-size: 2em; - font-weight: 500; + font-weight: 400; } h2 { font-size: 1.75em; - font-weight: 500; + font-weight: 400; } h3 { font-size: 1.5em; diff --git a/themes/dash/src/styles/main/_typography.styl b/themes/dash/src/styles/main/_typography.styl index 9b937f8..3788c75 100644 --- a/themes/dash/src/styles/main/_typography.styl +++ b/themes/dash/src/styles/main/_typography.styl @@ -106,11 +106,11 @@ h1, h2, h3 h1 font-size 2em - font-weight 500 + font-weight 400 h2 font-size 1.75em - font-weight 500 + font-weight 400 h3 font-size 1.5em