Crispy text in Chrome
Been bumping around on a social media website and one of the funny things I read about (in this article) as that setting a transparent text-shadow on text forces Chrome’s sub-pixel anti-aliasing.
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
Here’s a quick example:








