Add chinese fonts, thanks to @JayMiao

This commit is contained in:
Robert Lord 2015-06-20 00:05:46 -04:00
parent 1fe3ce6396
commit be57777a3d

View file

@ -68,7 +68,7 @@ $phone-width: $tablet-width - $nav-width; // min width before reverting to mobil
// FONTS
////////////////////
%default-font {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
font-size: 13px;
}