Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all default styles to allow font fallbacks

This commit is contained in:
Cheng-Han, Wu 2016-01-31 21:19:47 -06:00
parent ff2fc76491
commit dcebc75d39
4 changed files with 27 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/* for markdown-body */
.markdown-body {
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, " ゴシック", "MS Gothic", sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding-top: 40px;
padding-bottom: 40px;
max-width: 758px;