From bcc3f83d858bda53b95c53393de0339fb527c94c Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 12 Sep 2023 19:41:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20reduce=20bold=20text=20?= =?UTF-8?q?font=20weight=20on=20sans-serif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stays the same for articles (serif). --- sass/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index e46f3ca..b8576d0 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -141,6 +141,10 @@ article { font-family: var(--serif-font); } + strong { + font-weight: 620; + } + .full-width { max-width: calc(100% + 2*$base-margin); margin-left: -$base-margin; @@ -227,7 +231,7 @@ p { } strong { - font-weight: 620; + font-weight: 500; } .centered-text {