Revision: 20119
Updated Code
at November 8, 2009 18:43 by jasonm23
Updated Code
@font-face { src:url("../assets/Arial.ttf"); fontFamily: myFontFamily; unicodeRange: U+0041-U+005A, /* Upper-Case [A..Z] */ U+0061-U+007A, /* Lower-Case a-z */ U+0030-U+0039, /* Numbers [0..9] */ U+0020-U+002F, /* Punctuation */ U+003A-U+0040, /* Punctuation */ U+005B-U+0060, /* Punctuation */ U+007B-U+007E; /* Punctuation */ }
Revision: 20118
Updated Code
at November 8, 2009 10:52 by jasonm23
Updated Code
@font-face { src:url("../assets/Arial.ttf"); fontFamily: myFontFamily; cff: true; unicodeRange: U+0041-U+005A, /* Upper-Case [A..Z] */ U+0061-U+007A, /* Lower-Case a-z */ U+0030-U+0039, /* Numbers [0..9] */ U+0020-U+002F, /* Punctuation */ U+003A-U+0040, /* Punctuation */ U+005B-U+0060, /* Punctuation */ U+007B-U+007E; /* Punctuation */ }
Revision: 20117
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 8, 2009 01:14 by jasonm23
Initial Code
@font-face { src:url(â€../assets/Arial.ttfâ€); fontFamily: myFontFamily; flashType: true; unicodeRange: U 0041-U 005A, /* Upper-Case [A..Z] */ U 0061-U 007A, /* Lower-Case a-z */ U 0030-U 0039, /* Numbers [0..9] */ U 0020-U 002F, /* Punctuation */ U 003A-U 0040, /* Punctuation */ U 005B-U 0060, /* Punctuation */ U 007B-U 007E; /* Punctuation */ }
Initial URL
Initial Description
Initial Title
Flex 3 CSS to Embed Font with all common punctuation and limited characters
Initial Tags
css, Flex
Initial Language
MXML