web-safe fonts in Flex 4

120 Views Asked by At

I need to adapt the style of a flex app to the style a given HTML/JS/CSS Web App. One problem I faced is the Font ‘Verdana, Geneva, sans-serif’. How can I set such rare Fonts in Flex?

1

There are 1 best solutions below

1
On

Embed the font(s) in your compiled code. That way you don't have to rely on them being present on the client machine.

More info: