Skip to content

Commit

Permalink
Font consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Sep 17, 2024
1 parent 089af2e commit 44ce396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ select {
}

.button {
font: 8pt Arial;
font-family: 'Jost', 'Arial', sans-serif;
font-size: 8pt;
font-weight: 500;
text-decoration: none;
color: #222;
Expand Down

0 comments on commit 44ce396

Please sign in to comment.