Hello. I have a new blog.

I've moved this blog to the following URL Kerkness.ca. Thank you for visiting, please update your bookmarks.

Monday, March 3, 2008

Embedding fonts via CSS in Flex

Just a handy little reference for embedding fonts via CSS in your Flex applications.

Label
{
embedFonts: true;
color: #FF0000;
fontFamily: YourFontFamily;
}

1 comment:

Thank you for the comments.