Which browsers support font embedding.

Posted by jonhobbs on Stack Overflow See other posts from Stack Overflow or by jonhobbs
Published on 2009-01-28T16:22:49Z Indexed on 2010/04/23 0:03 UTC
Read the original article Hit count: 286

Filed under:
|
|

I've been reading about the @font-face rule and trying to work out if it's worth using it in a project to render "franklin gothic medium" for title instead of something like sIfr. I figured that for browsers that don't support it I could make it fall back on Arial.

The thing is that I'm having trouble getting a definitive answer about which browsers support embedding fonts in this way.

So far I've worked out the IE does, but doesn't support .ttf files. Other browsers I'm not sure.

If anyone could point me towards some kinf of compatibility chart that would be great.

Jon

© Stack Overflow or respective owner

Related posts about css

Related posts about fonts