From 05bc98e14c19918e75e8f7b6f5caf78f9e890442 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Wed, 28 Jul 2021 14:49:08 +0800 Subject: [PATCH] fix: use a lighter font weight for titles --- src/_headings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_headings.scss b/src/_headings.scss index e8eb952..870aeab 100644 --- a/src/_headings.scss +++ b/src/_headings.scss @@ -2,7 +2,7 @@ --ct-page-title-color: var(--ct-bold-color); --ct-page-title-font-size: 36px; --ct-page-title-line-height: 40px; - --ct-page-title-font-weight: 600; + --ct-page-title-font-weight: 300; --ct-page-title-font-style: normal; --ct-heading-font-family: var(--ct-page-title-font-family);