Add Microsoft Yahei and Malgun Gothic font fallbacks.

For Chinese and Korean characters, on the advice of @steamb23.
This commit is contained in:
Oliver Hamlet
2015-01-07 14:28:40 +00:00
parent 7a53590d85
commit 71ca53855b
+4 -1
View File
@@ -117,7 +117,10 @@
/* Typography */
html {
font:11pt/1.429 Roboto, Noto, sans-serif;
/* Microsoft Yahei is for Chinese characters, and Malgun Gothic for Korean
characters. If Noto isn't present, they're better than the sans-serif
defaults. */
font:11pt/1.429 Roboto, Noto, 'Microsoft Yahei', 'Malgun Gothic', sans-serif;
color: rgba(0, 0, 0, 0.87);
font-weight: 400;
text-rendering: optimizeLegibility;