This has been driving me crazy for quite some time.

I'm trying to embed this font:

        PostScript name Interstate-RegularCondensed
        Full name       Interstate-RegularCondensed
        Family  Interstate
        Style   RegularCondensed
        Kind    PostScript Type1
        Version 001.000
        Location        /Library/Fonts/Interstate RegularCondensed
        Unique name     Interstate-RegularCondensed

And trying to do so in various ways - both as a class and in css but it's just *not* working.

For example, neither this:

@font-face
{
        fontFamily: Interstate;
        fontWeight: normal;
        fontStyle: RegularCondensed;
        src: local("Interstate");
}


nor this:

[Embed(systemFont="Interstate", fontName="Interstate", fontStyle="RegularCondensed", mimeType="application/x-font")]
  private var Interstate:Class;

work at all -- I just can't get this simple font to show up; not even as a .ttf locally. I'd be happy to send someone the font and ask them to show me how best to embed it,
cause it just ain't liking me....

Reply via email to