Hi,
I've embedded a font in my component. All of the text in the component uses the embedded font. But, I want a button to use the standard system font. How do I set the button's fontFamily to the system font?
<mx:Button label="Hello" fontFamily="?" />
Thank you.
-Laxmidi