Chinese font fix

This commit is contained in:
2015-09-28 03:26:22 +08:00
parent 0f7896a925
commit ac7889e754
7 changed files with 30 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ html { background-color: #222; }
body {
background-color: #F0F0F0;
font-family: custom-sans;
font-family: custom-sans,Helvetica,Arial,STHeiti,"Microsoft JhengHei","微軟正黑體";
}
pre { font-family: monospace; }