Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@florianboudot
Created April 13, 2017 15:26
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florianboudot/7c2940732b404dad35bd4382319dbf2f to your computer and use it in GitHub Desktop.
Save florianboudot/7c2940732b404dad35bd4382319dbf2f to your computer and use it in GitHub Desktop.
CSS transform blurry fix
/* translateZ + scale = fix font blurry */
-webkit-font-smoothing: subpixel-antialiased;
transform: translate3d(-50%, -50%, 0) scale(2, 2);
zoom: 0.5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment