[flexcoders] Embedded Fonts in Flex 3

2008-07-05 Thread flexawesome
Hey, I was trying to embed my font in css file and got an error msg...

exception during transcoding: Font for alias myFontwith plain weight 
and style was not found at:.

@font-face {
src:url(/fonts/fonts.TTF);
fontFamily: myFont;
}

However, there was no any problem for other fonts in the same 
directory. Do you know how to address this? Thanks






RE: [flexcoders] Embedded Fonts in Flex 3

2008-07-05 Thread Alex Harui
Make sure the file is there and is a plain weight font

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of flexawesome
Sent: Saturday, July 05, 2008 4:06 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Embedded Fonts in Flex 3

 

Hey, I was trying to embed my font in css file and got an error msg...

exception during transcoding: Font for alias myFontwith plain weight 
and style was not found at:.

@font-face {
src:url(/fonts/fonts.TTF);
fontFamily: myFont;
}

However, there was no any problem for other fonts in the same 
directory. Do you know how to address this? Thanks