Quote:
Originally Posted by flameproof
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?
|
The file DroidSansFallback.ttf is already in your T1 in an area which is not user-visible. You do not need to copy it. You access it via
Code:
src:url(res:///ebook/fonts/DroidSansFallback.ttf)
in the epub css, not
Code:
src:url(res:///Sony_Reader/data/fonts/DroidSansFallback.ttf)