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)
|