From 4f557b49fdb5badac031b8e195376e7019f68bc0 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Wed, 25 Aug 2021 11:09:53 +0700 Subject: [PATCH] :art: styles: set font-weight: bold;, text-transform: uppercase; for heading, sm-headline common :%s --- src/styles/_utilities.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/_utilities.scss b/src/styles/_utilities.scss index 53a0d952b..ef5abebd5 100644 --- a/src/styles/_utilities.scss +++ b/src/styles/_utilities.scss @@ -3,6 +3,8 @@ font-size: 4.8rem; line-height: 5.6rem; letter-spacing: -0.03em; + font-weight: bold; + text-transform: uppercase; @screen md { font-size: 6.4rem; line-height: 8rem; @@ -13,6 +15,8 @@ font-size: 4rem; line-height: 4.8rem; letter-spacing: -0.02em; + font-weight: bold; + text-transform: uppercase; @screen md { font-size: 4.8rem; line-height: 5.6rem; @@ -23,6 +27,8 @@ font-size: 2.4rem; line-height: 3.2rem; letter-spacing: -0.01em; + font-weight: bold; + text-transform: uppercase; @screen md { font-size: 3.2rem; line-height: 4rem; @@ -34,6 +40,7 @@ font-size: 1.8rem; line-height: 2.8rem; letter-spacing: -0.01em; + font-weight: bold; @screen md { font-size: 2rem; line-height: 2.8rem;