Skip to content

Instantly share code, notes, and snippets.

@alanhogan
Created August 1, 2012 01:45
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 alanhogan/3222589 to your computer and use it in GitHub Desktop.
Save alanhogan/3222589 to your computer and use it in GitHub Desktop.
PREVENT sub-pixel font rendering (good for screenshots)
javascript:void((function(){var d=document;var ocss='html body, html body *{-webkit-font-smoothing: antialiased !important;}';var L=d.createElement('style');L.innerHTML=ocss; document.getElementsByTagName('head')[0].appendChild(L);})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment