Skip to content

Instantly share code, notes, and snippets.

@bookiu
Last active October 10, 2016 07:01
Show Gist options
  • Save bookiu/95265394cc348e4e54960d902e44b27c to your computer and use it in GitHub Desktop.
Save bookiu/95265394cc348e4e54960d902e44b27c to your computer and use it in GitHub Desktop.
css默认字体
font-family:
/*西文*/
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial,
/*中文*/
"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
color: rgb(72, 85, 93);
-webkit-font-smoothing: antialiased;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment