View Single Post
Old 11-11-2008, 03:39 PM   #4
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by kovidgoyal View Post
You need to get the epub reader on your 505 to use your modified fonts. One way to do that is embed the instructions in the created epub file,

using the option --override-css

Code:
@font-family {"f1",url(/path/to/font/file/on/reader}}
body { font-family: f1 }
This looks interresting. I have simmilar problem with epub file and serbian language. The original fonts shipped with prs 500 support serbian latin characters and that works fine with lrf format, however when I create epub book all non-latin characters are shown as question mark even though the content is in utf-8.

Any idea on how to resolve this issue?
kiklop74 is offline   Reply With Quote