Skip to content

Instantly share code, notes, and snippets.

@jnaskali
Created March 8, 2012 10:03
Show Gist options
  • Select an option

  • Save jnaskali/2000080 to your computer and use it in GitHub Desktop.

Select an option

Save jnaskali/2000080 to your computer and use it in GitHub Desktop.
CSS: Force font smoothing in Chrome
.fontsmooth {
text-shadow: rgba(0, 0, 0, .01) 0 0 1px; /* Font-smoothing in Chrome */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment