Embedded Font Issue.
I created a separate Flex project to isolate a section of my application that I developed using TLF from my main project. In this isolated project and in my main project, I reference a Flex Library in my workspace that is acting as my font library. I am using an external CSS file that is referenced by <fx:Style> in the <s:WindowedApplication> file. When I run this project, it renders the styles (color and size) and the embedded font as expected.
After about a week of developing this isolated project I integrated it in the main app. Everything worked as it did in the isolated app, even the styles (color and size) except the embedded font fails to be rendered!
After troubleshooting for a day and a half on this I cannot think of any reason why this is. There are FTE components, right next to my TLF component, that are using the same embedded font that the TLF component is trying to use!
Is there something I should be looking for that will indicate the reason for behavior?
See image below on how I instantiated the TextFlow.

