Instead of z-index hacks, you can solve for Webkit (the only browser where this quirk happens so far) with:
-webkit-font-smoothing: subpixel-antialiased !important;11–14 of 14 posts
-webkit-font-smoothing: subpixel-antialiased !important;This is a bug in chrome: https://code.google.com/p/chromium/issues/detail?id=100666
You will also see other artifacts when placing text with css transforms over any other compositing layer (canvas, elements with css transform/animation etc).
Instead of z-index hacks, you can solve for Webkit (the only browser where this quirk happens so far) with: -webkit-font-smoothing: subpixel-antialiased !important;