tags:

views:

58

answers:

1

Hey all. I am using sifr 2.0.7 and here's the deal. The sifr is working (I can see it in the DOM) however, the font is wrong. It doesn't pick up my swf font (DIN) unless you have it installed on your computer? The css font style is: HelveticaNeue which is what the sifr seems to render if you don't have DIN installed. I see it on my computer but my friend see DIN. Am I doing something wrong?

Thanks!

+1  A: 

Make sure you've properly embedded DIN inside the sifr swf. If the font isn't embedded there, Flash will fallback to a font installed on the user's system.

The sifr docs have some more details on this.

Alex Jillard
Would this cause Flash to fallback to using DIN? Even though it isn't defined in the stylesheet? Thanks.
frio80