Quote:
I copied fonts to a \font directory on my reader.
|
Is this a typo? If your .css file contains res:///Data/fonts/ then the directory you create on the reader needs to be
fonts in the root directory of your reader's internal memory. The
Data bit is absolutely necessary.
Also EVERYTHING is case-sensitive on the reader, i.e.
fonts is NOT the same as
Fonts. And if your font files have an extension of
.TTF then the css file needs to also have
.TTF not
.ttf
If the above common problems are not the source of your problem, can you post your epub's edited .css file?