I've got a font - Interstate-RegularCondensed -- which I've tried
embedding in a Flex app. I've pointed to it, I've embedded in a swf,
etc. It seems to be ok - but when I look at from a computer that
doesn't have this font, it's no go.
The thing is It's part of the Interstate family but it's own font
within it -- ie folder structure:
Interstate:
InterReg
InterRegCom
InterRegCon
Interstate Black
Interstate BlackCompressed
Interstate BlackCondensed
Interstate BlackItalic
Interstate Bold
Interstate BoldCompressed
Interstate BoldCondensed
Interstate Light
Interstate LightCompressed
Interstate LightCondensed
Interstate LightItalic
Interstate Regular
Interstate RegularCompressed
Interstate RegularCondensed
and the css was this:
@font-face
{
fontFamily: Interstate-RegularCondensed;
fontWeight: normal;
fontStyle: normal;
/*src: local("Interstate");*/
/*src: url("/styles/fonts/InterstateRegularCondensed.ttf");*/
src:url('styles/assets/overlay_items.swf');
}
I get no errors but it just doesn't show up- HELP!