Skip to content

Commit

Permalink
Heading font weight
Browse files Browse the repository at this point in the history
Adjustment on headings font-weight from default to 400 (regular)
  • Loading branch information
laiseing committed May 8, 2024
1 parent d388c36 commit 92df8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ margin: 0;
/* For titles */
h1, h2, h3, h4, h5, h6 {
font-family: 'Calistoga', sans-serif;
font-weight: 400;
}

/* For text */
Expand Down

0 comments on commit 92df8be

Please sign in to comment.