Skip to content

Instantly share code, notes, and snippets.

@julienchazal
Created April 30, 2014 13:00
Show Gist options
  • Save julienchazal/11426403 to your computer and use it in GitHub Desktop.
Save julienchazal/11426403 to your computer and use it in GitHub Desktop.

Revisions

  1. divstudio created this gist Apr 30, 2014.
    4 changes: 4 additions & 0 deletions jagged-rotated-font-fix.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    /* 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");