Last active
August 24, 2016 03:20
-
-
Save linmic/2b6cfff748068d8a92dd926c5b766c56 to your computer and use it in GitHub Desktop.
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
| :root { | |
| font: 400 17px/1.8 'Open Sans', Arial, 'Hiragino Sans GB', 'Pingfang TC', 'Lantinghei TC', 'Microsoft YaHei', 'Wenquanyi Micro Hei', 'WenQuanYi Zen Hei', 'ST Heiti', SimHei, 'WenQuanYi Zen Hei Sharp', 'Microsoft Jhenghei', sans-serif; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| font-smooth: auto; | |
| text-rendering: optimizeLegibility; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment