Make Small-Caps Behave In WebKit Browsers
While working on a recent project, I noticed that WebKit browsers (Chrome, Safari) display small-caps much smaller than other browsers. I know. Yet another cross-browser bit of weirdness to deal with.
There’s an easy fix though: CSS media queries. Pop the code listed below into your CSS and you can easily target WebKit browsers and make them behave. read more
