Skip to content

Commit

Permalink
Fixed serif font when Verdana is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzos committed Oct 9, 2019
1 parent 7fd44c9 commit df49b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/viewer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--main-font: normal 11px Verdana;
--main-font: normal 11px Verdana, sans-serif;
}

:global html,
Expand Down

0 comments on commit df49b19

Please sign in to comment.