Skip to content

Instantly share code, notes, and snippets.

@jmdfm
Created April 1, 2015 22:12
Show Gist options
  • Save jmdfm/0a69281a6a37e84f8b69 to your computer and use it in GitHub Desktop.
Save jmdfm/0a69281a6a37e84f8b69 to your computer and use it in GitHub Desktop.
This media query kills Safari dead.
This is valid as far as I can see, but Safari will stop parsing any CSS afterwards
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
-webkit-font-smoothing: subpixel-antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment