Skip to content

Commit

Permalink
fix: use a lighter font weight for titles
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 28, 2021
1 parent 643183d commit 05bc98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 05bc98e

Please sign in to comment.