Thread: PRS-650 CharisSIL embedding
View Single Post
Old 10-09-2010, 07:48 PM   #1
Richelieu
Junior Member
Richelieu began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2010
Device: Sony PRS-650
CharisSIL embedding

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-familyCharis;}

@
font-face {
font-family"Charis";
font-stylenormal;
font-weightnormal;
src:url(res:///Fonts/CharisSILR.ttf);

And the file-name ist exactly CharisSILR.ttf.


Maybe someone knows what's wrong...

... thanks
Richelieu is offline   Reply With Quote