From bc43ac531ca493360f19c14e7f81b7bbe74b3d65 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Wed, 7 Aug 2019 10:20:57 +0200 Subject: [PATCH] :lipstick: Updated heading styles --- packages/css-theme/src/_typography.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/css-theme/src/_typography.scss b/packages/css-theme/src/_typography.scss index 652b0e0ca56..cde7d28cf3a 100644 --- a/packages/css-theme/src/_typography.scss +++ b/packages/css-theme/src/_typography.scss @@ -1,7 +1,7 @@ h1,h2,h3,h4,h5,h6,button { @include title-font; } h1 { font-size: 3.5rem; - font-weight: 200; + font-weight: 800; margin: 1rem 0 2rem; line-height: 1.1; } @@ -9,8 +9,9 @@ h2 { font-size: 2.5rem; border-top: 1px solid $oc-gray-4; margin: 3.5rem 0 1rem; - padding: 1.5rem 0 1rem; - font-weight: 400; + padding: 1rem 0 1rem; + font-weight: 600; + line-height: 1.1; } .theme-wrapper.dark h2 { border-color: $oc-gray-7;