Quote:
Originally Posted by bigpizza
I have a rooted T1. The actual memory path is /mnt/sdcard or /sdcard. So you can try res:///mnt/sdcard or res:///sdcard to see if it works.
|
Thank you

, but I tried the following paths and all failed (after adding comic.ttf at the root of reader's internal memory, as seen when connected to the PC, and also of micro-sd card, the last 3 paths "just in case").
src: url(res:////sdcard/comic.ttf);
src: url(res:///mnt//sdcard/comic.ttf);
src: url(res:///ebook/mnt/sdcard/comic.ttf);
src: url(res:///ebook/sdcard/comic.ttf);
src: url(res:///ebook/comic.ttf);