Flex: embedded fonts not being applied correctly in Label and DataGrid
- by lje
Folks,
I am observing a problem with how an embedded font is applied to certain Flex components, namely mx:Label and mx:DataGrid. I have a CSS that declares three variations on an embedded font as follows:
@font-face
{
src:url("buttons.swf");
font-family: "Arial";
}
@font-face
{
src:url("buttons.swf");
…