I have a problem of reading epub with ADE on Windows XP. I created an EPUB file with embedded font. It works. Then I want to remove the embedded font to save storage space, so, by imitating some post in this thread, I tried with the lines in "stylesheet.css":
Code:
src : url(res:///c:/WINDOWS/FONTS/MSJH.ttf) format("truetype");
Code:
src : url(file:///c:/WINDOWS/FONTS/MSJH.ttf) format("truetype");
The result is bad.
What am I missing?