Created
April 30, 2014 13:00
-
-
Save julienchazal/11426403 to your computer and use it in GitHub Desktop.
Jagged rotated font fix
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
/* jagged rotated font fix (filter for FF)*/ | |
-webkit-backface-visibility:hidden; | |
outline: 1px solid transparent; | |
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment