It works. Thank you, Alex.

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Combobox (and Button and a few others) use bold fontWeight.  You have to
> embed the bold version of the font as well.  I believe it looks
> something like:
> 
>  
> 
> @font-face{
> src: url("assets/ARIALBD.TTF"); /* copy from Windows/fonts/
> folder */
> fontFamily: myArial; 
> 
> fontWeight: bold;
> }
> 


Reply via email to