change font-family globally to default: Microsoft YaHei.

This commit is contained in:
Zhimin YE (Rex) 2016-05-27 10:16:59 +01:00
parent cb95a74253
commit c1efe5e46f
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ td, th {
border-bottom: 1px solid $silver; border-bottom: 1px solid $silver;
} }
} }
body,.main-nav .main-nav-button {
font-family:"Microsoft YaHei",,"Microsoft JhengHei",,STHeiti,MingLiu !important;
}