Skip to content

Commit

Permalink
Merge pull request #63 from GispoCoding/42-table-font-to-karla
Browse files Browse the repository at this point in the history
Use Karla font family in tables
  • Loading branch information
JuhoErvasti authored Sep 23, 2024
2 parents 52276e1 + 1e2402f commit 1738c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ table th,
table td {
border-right: 1px solid #ffffff;
padding: 0.8em;
font-family: 'Karla', sans-serif;
}

/* Buttons */
Expand Down

0 comments on commit 1738c41

Please sign in to comment.