Have you tried just removing the fontType and fontWeight completely? I've
used bold fonts by just specifying the fontFamily..

- bjorn

2008/9/2 mariovandeneynde <[EMAIL PROTECTED]>

>   Greetings!
>
> I'm having trouble with embedding the helvetica font.
> I wish to embed the Bold, regular and light font of the Helvetica font
> AND the condensed font, also bold, regular and light.
>
> But I keep getting these errors like
>
> exception during transcoding: Font for alias 'KonicaCondensedBold'
> with plain weight and style was not found at: HeKMCnBd.ttf
>
> I tried fontStyle:Bold, fontWeight:bold etc but nothing is working...
> What is the best way to embed a font with bold and regular type...
>
> Right now I do:
> Code:
>
> @font-face {
> src:url("/assets/fonts/HeKMBd__.ttf");
> fontFamily: KonicaBold;
> advancedAntiAliasing: true;
> fontStyle:bold;
> }
>
> anyone?
>
> 
>



-- 
========================
http://www.juicability.com - flex blog
http://www.nospoiler.com - link to youtube videos without the spoilers

Reply via email to