>so FlexJS can load a font via @fontface Until now I've just used fonts without thinking about where it comes from ;-) So while trying to understand how it works I found this from an previous post [1]:
"What we do support in FlexJS is CSS @font-face for external font files. In the SWF version that will let you rotate text and get better rendering, but the font has to be loaded so it doesn't show up right away. And you have to use the regular Flex SDK to generate the font SWF to be loaded." What does "you have to use the regular Flex SDK to generate the font SWF" mean? Coud we load the font doing it this way?: @font-face { font-family: 'FontAwesome'; src: url('path/to/the/local/font.otf'); font-weight: normal; font-style: normal; } Thanks, Olaf [1] http://mail-archives.apache.org/mod_mbox/flex-users/201512.mbox/%3cd285a8dd.5d790%25aha...@adobe.com%3E -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Integrate-FontAwesome-with-FlexJS-tp54607p54616.html Sent from the Apache Flex Development mailing list archive at Nabble.com.