Mega Code Archive
Set a Button controls fontSize property as font-size or fontSize in an mx
declaration" src="http://www.rntsoft.com/Code/FlexImages/SetaButtoncontrolsfontSizepropertyasfontsizeorfontSizeinanmxStyledeclaration.PNG"
.myFontStyle {
fontSize: 15;
}
.myOtherFontStyle {
font-size:15;
}