Skip to content

Instantly share code, notes, and snippets.

@viko16
Last active October 9, 2015 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viko16/7d76acb572d15bafaa1c to your computer and use it in GitHub Desktop.
Save viko16/7d76acb572d15bafaa1c to your computer and use it in GitHub Desktop.
让 Mac 下 Chrome 字体变清晰
body {
font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","STHeitiSC-Light","Microsoft YaHei","微软雅黑",Arial,sans-serif;
-webkit-font-smoothing: antialiased;
}
/*
参考:http://www.qianduan.net/mac-the-next-pages-of-chinese-fonts-optimized.html
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment