After reading it a few time I still don't get it. My target: to have Chinese Characters displayed for EPUB.
What I did so far:
I got a version of DroidSansFallback.ttf from the XDA website.
I have a Chinese EPUB, where I opened the CSS and added:
Code:
@font-face {
font-family: "DroidSans", serif, sans-serif;
src:url(res:///Sony_Reader/data/fonts/DroidSansFallback.ttf);
}
You can see where I put the TTF on the T1. Most likely wrong. I have no SD card.
Where should I put the TTF?
Seems my T1 has 2 partitions, READER and SETTING. SETTING is write protected. READER has 4 directories: Books / DCIM / download / Sony_Reader
Where I am supposed to put the font file?