Skip to content

Commit

Permalink
Fix: move the Meiryo font to the end of the font-family setting yzane#83
Browse files Browse the repository at this point in the history
  • Loading branch information
yzane committed Mar 17, 2020
1 parent 87ae878 commit 562f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/markdown-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

body {
font-family: "Meiryo", "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback";
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
padding: 0 12px;
}

Expand Down

0 comments on commit 562f042

Please sign in to comment.