Hi,
I would like to embed a font into my flex 3 builder (running with SDK
4).
My font is a bi directonal font.
i've tried to do:
@font-face {
src: url("../assets/shagies-light.ttf");
fontFamily: "ShagiesFont";
cff: true;
}
Application {
fontFamily: ShagiesFont;
fontLookup: embeddedCFF;
fontSize: 14;
}
But it is not working
Thank you in advance,
Idan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---