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