Skip to content

Commit

Permalink
feat: improving fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Feb 2, 2024
1 parent 3e313c6 commit 9c7afc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
margin-bottom: 20px;
}

#dataTable th {
font-family: 'Josefin Sans', sans-serif;
font-weight: 500; /* Make it bold */
}

#dataTable td {
font-family: 'Josefin Sans', sans-serif;
font-weight: 300; /* Make it thin */
}

.buttonContainer {
position: absolute;
bottom: 0;
Expand Down

0 comments on commit 9c7afc7

Please sign in to comment.