How can I use the fonts in the Windows/Fonts directory in Flex? Looks like in
Flex 3, I could say @font-face {src:local("fontname"_...
But, with Flex 4, it says local is no longer supported. I don't want to
hardcode a url, like c:\Windows\Fonts given that it may not be installed on C:Michael J. Regert

