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




Reply via email to