Skip to content

Commit

Permalink
Updated styles.css - normal font is 400
Browse files Browse the repository at this point in the history
I thought the 'Regular' weight looked too heavy in the demo until I checked that its set to `font-weight: 500`. Setting it to `400` looks correct.
  • Loading branch information
neilpanchal authored and frankrolf committed Jan 18, 2022
1 parent 7cc6740 commit 7979e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/style.css
Expand Up @@ -61,7 +61,7 @@ h2 {
}

.Regular {
font-weight: 500;
font-weight: 400;
}

.Semibold {
Expand Down

0 comments on commit 7979e7c

Please sign in to comment.