View Single Post
Old 03-28-2009, 05:18 AM   #1
ebook_devices_jp
Junior Member
ebook_devices_jp began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2009
Device: LIBRIe, WordsGear, PRS-700
Japanese reading on PRS-700 with calibre success!!

Hi all,

Thanks for Kovid Goyal and other forum members.

I tried Japanese news fetching on calibre and can read non-Japanized
PRS-700 (no Flasher use) with Japanese font!!

Use free Japanese ttf font (IPA mona font) and copied on "fonts" folder
on PRS-700 internal storage.

Override-css on calibre as follow.

Code:
@font-face {
  font-family: "ipagpmona";
  src: url(res:///Data/fonts/ipagp-mona.ttf);
}

body {
  font-family: "ipagpmona";
}
On calibre GUI, override-css option didn't override when fetching news.
So I selected the book which I fetched, and run [Convert E-books]
I got a override-css epub book.


Last edited by ebook_devices_jp; 03-28-2009 at 06:35 AM.
ebook_devices_jp is offline   Reply With Quote