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

@@ -7,7 +7,7 @@ body {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
/*text-rendering: optimizeLegibility;*/
-webkit-overflow-scrolling: touch;
font-family: "Source Sans Pro", Helvetica, Arial, "Microsoft JhengHei UI", "Meiryo UI", " Pゴシック", "MS PGothic", sans-serif;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
letter-spacing: 0.025em;
}
:focus {