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.

Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

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;
}