View Single Post
Old 10-11-2009, 07:07 PM   #162
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
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?

Last edited by ericshliao; 10-11-2009 at 07:20 PM.
ericshliao is offline   Reply With Quote