View Single Post
Old 05-07-2010, 07:16 PM   #36
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,540
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
If you look at the original version; it uses TTF font's; not OTF. Also, the fonts are placed at the base level of the ePub file; not in a sub directory.

So the urls in the CSS are of the form

Code:
src: url(Times-New-Roman-400-Italic-7c7c6c12-7019-4025-8edf-1d05c9eb7dbd.ttf)
and not

Code:
src: url(../Fonts/Times-New-Roman-400-Italic-7c7c6c12-7019-4025-8edf-1d05c9eb7dbd.otf)
It looks like http://typeface.neocracy.org/fonts.html has the ability to convert from OTF to TTF
PeterT is offline   Reply With Quote