Skip to content

Instantly share code, notes, and snippets.

@linmic
Last active September 28, 2017 01:27
Show Gist options
  • Save linmic/a892a6d1d6d22d0db268d2e7418f8c32 to your computer and use it in GitHub Desktop.
Save linmic/a892a6d1d6d22d0db268d2e7418f8c32 to your computer and use it in GitHub Desktop.
body {
...
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
...
}
/* do this instead */
#wrapper {
...
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
...
.component { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment