View Single Post
Old 11-02-2011, 11:12 PM   #15
vietchovui
Zealot
vietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enoughvietchovui will become famous soon enough
 
Posts: 109
Karma: 556
Join Date: Nov 2009
Location: SaiGon VietNam
Device: PRS T1, Kobo Forma 8G, Kobo Libra H2O
I have problem with my new PRS T1. I do convert in the same way that I used to do with my PRS 650:
- Add extrac css as below:
@font-face {
font-family: "Gentium Book";
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/GenBkBasR.ttf);
}

@font-face {
font-family: "Gentium Book";
font-weight: bold;
font-style: normal;
src: url(res:///Data/fonts/GenBkBasB.ttf);
}

@font-face {
font-family: "Gentium Book";
font-weight: normal;
font-style: italic;
src: url(res:///Data/fonts/GenBkBasI.ttf);
}

@font-face {
font-family: "Gentium Book";
font-weight: bold;
font-style: italic;
src: url(res:///Data/fonts/GenBkBasBI.ttf);
}

body {
font-family: "Gentium Book", serif;
}

- Copy all gentium font files to fonts folder in root directory of the reader.
But PRS T1 still cannot display correctly Vietnamese characters. (PRS 650 display well)
vietchovui is offline   Reply With Quote