Skip to content

Commit

Permalink
fix: font weight to 400 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Jan 6, 2024
1 parent c9dda58 commit e5fe4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
.html-body {
/* base font */
font-size: 14px;
font-weight: 500;
font-weight: 400;
line-height: 20px;

word-break: normal;
Expand Down

0 comments on commit e5fe4de

Please sign in to comment.