/ Published in: MXML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@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 */ }