I'm interested in ways to render a span that to look something like one of these:
Here are the tricks I plan on using:
@font-face
-{moz/webkit/o}-transform:rotate
It's for a personal project so assuming the most modern CSS support is fine. Maybe border-images could help? I'd like to avoid image splicing all over the place -- if it really comes down to that I'll just skip the border all together and rely on a font for the look.
I'm just curious how the CSS gurus around here would approach this.
UPDATE
There is now a CSS property for this, mask-image
. More here.