Last active
September 29, 2016 02:58
-
-
Save kmokidd/fce29f92c14b71ef9611 to your computer and use it in GitHub Desktop.
为了兼容英文中文、Win和Mac,要注意font-family的使用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| font-family: | |
| /* 西文 */ | |
| -apple-system, BlinkSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helevetica, Arial, | |
| /* 中文 */ | |
| "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment