Mega Code Archive
Point to defined ranges with unicodeRange attribute of @font-face declaration
@font-face {
src:url("a.ttf");
fontFamily: myFontFamily;
flashType: true;
unicodeRange: "englishRange";
}
TextArea {
fontFamily: myFontFamily;
fontSize: 32;
}