Skip to content

Instantly share code, notes, and snippets.

@kmokidd
Last active September 29, 2016 02:58
Show Gist options
  • Save kmokidd/fce29f92c14b71ef9611 to your computer and use it in GitHub Desktop.
Save kmokidd/fce29f92c14b71ef9611 to your computer and use it in GitHub Desktop.
为了兼容英文中文、Win和Mac,要注意font-family的使用
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