Thanks, Ripplinger. I don't have any typos, and there are no spaces in the filenames. I tried quotes anyway, as you suggested, but they didn't do anything. I may have put them in the wrong place, though. I changed
src: url(res:///Data/epub/FONT/path/FONT-REGULAR.OTF);
to
src: "url(res:///Data/epub/FONT/path/FONT-REGULAR.OTF)";
Most fonts worked, but a couple didn't (Arno and Palatino). I used the same ePub to test out the fonts. Maybe the ones that seemed not to work are so similar to the default font that I can't tell that they're active, although I checked carefully.
|