Mega Code Archive
Apply boldface or oblique type to controls inline
@font-face {
src:url("a.ttf");
fontFamily: myFont;
flashType: true;
}
@font-face {
src:url("a.ttf");
fontFamily: myFont;
fontWeight: bold;
flashType: true;
}
@font-face {
src:url("a.ttf");
fontFamily: myFont;
fontStyle: italic;
flashType: true;
}
.myStyle1 {
fontSize: 32;
fontFamily: myFont;
}