Created
August 1, 2012 01:45
-
-
Save alanhogan/3222589 to your computer and use it in GitHub Desktop.
PREVENT sub-pixel font rendering (good for screenshots)
This file contains 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
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