Skip to content

Instantly share code, notes, and snippets.

@al5dy
Created May 7, 2016 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save al5dy/efda8347bc1b7176b398ada4667145ff to your computer and use it in GitHub Desktop.
Save al5dy/efda8347bc1b7176b398ada4667145ff to your computer and use it in GitHub Desktop.
Сглаживаем шрифты и обнуляем hover tap для Android устройств.
html {
sx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment