Hi,
I have a little problem.
When I embed the CharisSIL font directly in the EPUB, it works perfectly, but when I put it in the font folder on the device(where all my other fonts are, and they are working) it's doesn't.
The referencing and all is correct. I even took older files of the font I found on the internet to check, but it's no difference.
Has somebody get the font working, without embedding it directly in the EPUB?
For illustration:
PHP Code:
.font0 {font-family: Charis;}
@font-face {
font-family: "Charis";
font-style: normal;
font-weight: normal;
src:url(res:///Fonts/CharisSILR.ttf);
}
And the file-name ist exactly
CharisSILR.ttf.
Maybe someone knows what's wrong...
... thanks