Skip to content

Commit

Permalink
Merge pull request #118 from mtgto/catalina_hiragino_sans
Browse files Browse the repository at this point in the history
Use "Hiragino Sans" font for sans-serif fallback
  • Loading branch information
mtgto authored Apr 8, 2020
2 parents 3473752 + 1025523 commit 8462a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
margin: 0;
padding: 0;
font-family: sans-serif;
font-family: "Hiragino Sans", sans-serif;
}

[hidden] {
Expand Down

0 comments on commit 8462a59

Please sign in to comment.