Skip to content

Commit

Permalink
fix: Headings
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Dec 9, 2024
1 parent ef6d981 commit 7f47eb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
font-size: 14px;

.heading {
color: var(--heading-color);
margin-bottom: 8px;
line-height: 1;
font-weight: 660;
font-feature-settings:
"cv05" on,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@
font-size: 14px;

.heading {
font-weight: 700;
color: var(--heading-color);
margin-bottom: 8px;
line-height: 1;
font-weight: 660;
font-feature-settings:
"cv05" on,
"cv13" on,
"ss07" on,
"cv12" on,
"cv06" on;
}

.description {
Expand Down

0 comments on commit 7f47eb1

Please sign in to comment.