Skip to content

Commit

Permalink
Update fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ao committed Jan 20, 2021
1 parent 5677d20 commit 21a9260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/html/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: sans-serif;
font-family: tahoma, sans-serif;
font-size: 14px;
transition: all 0.3s ease-in-out;
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/html/interactive.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: sans-serif;
font-family: tahoma, sans-serif;
font-size: 14px;
}
h1 {
Expand Down

0 comments on commit 21a9260

Please sign in to comment.