When I try to embed a font with a space in it in Flex I get an error.
@font-face {
src: url("../asset/font/futura.swf");
fontFamily : Futura Medium;
}
Although this font exists within the SWF i get the following error font (*)
with normal weight and regular style not found.
If found a post on grant skinner's blog ... in the comments someone says you
have to get a font editing program and edit the name. Is this really the
case? It seems ridiculous that this is the way you would have to go about
this..
http://www.gskinner.com/blog/archives/2007/03/bitmap_fonts_in.html
Eric