Multi-stroke text effect in CSS
48 points by cheeaun 6 hours ago | 3 comments

shutterkiller 2 hours ago
This is a neat trick. I like that it stays in plain CSS instead of falling back to SVG, though I'd be curious how robust it is across font rendering differences.
reply
nicbou 3 hours ago
Neat! It's unfortunate that the rendering is so different between browsers.

Have you tried the same thing with shadows? They can also be stacked, I believe.

reply
LoganDark 16 minutes ago
Shadows have to be spread in a circle to achieve an outline, so the general shape will converge to roughly a circle, barely following the shape of the text.
reply