Hacker News new | ask | show | jobs
by shmerl 4883 days ago
Hm, why can't this be done with simply using SVG instead of using fonts in such manner?
1 comments

It can, but not every browser supports SVG sadly. :( This however, works in IE8
I see. But I think it's not a preferable solution if one wants to support crippled browsers like IE <= 8. But it's an interesting proof of concept still. Some approach like Raphaƫl JS is probably better for such cases. Or one just needs to ignore any crippled browsers, which might not be ideal.
Surely it's relatively easy to convert SVG to, say, .jpg on the fly, though, no? </handwave>