Skip to content

Instantly share code, notes, and snippets.

@robertu7
Created March 7, 2015 07:15
Show Gist options
  • Save robertu7/18f555ca968866c26fbd to your computer and use it in GitHub Desktop.
Save robertu7/18f555ca968866c26fbd to your computer and use it in GitHub Desktop.
修復 -webkit-font-smoothing: antialiased 在 input 和 button 元素不起作用的 BUG
input, button {
-webkit-font-smoothing: antialiased !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment