Skip to content

Commit

Permalink
#23 Fix headings font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
tdziezykDS committed Aug 31, 2023
1 parent 2a32ed0 commit 57fb29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ h4, h5, h6 {
margin-top: 1em;
margin-bottom: 0.5em;
scroll-margin: calc(var(--nav-height-m) + 1em);
font-weight: normal;
}

h1, h2 {
Expand All @@ -252,7 +253,6 @@ h1 {
font-size: var(--headline-1-font-size);
line-height: var(--headline-1-line-height);
letter-spacing: var(--headline-1-letter-spacing);
font-weight: normal;
}

h2 {
Expand Down

0 comments on commit 57fb29b

Please sign in to comment.