View Single Post
Old 03-07-2011, 03:16 PM   #10
jacko5
Member
jacko5 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jan 2011
Device: Sony PRS 600
Quote:
Originally Posted by Ripplinger View Post
If that is the only font you put into the directory, that could be your problem. Your css calls for 3 variations of the Fontin font as follows:



So when the reader looks for the normal variation of the font, which is usually the most common font used throughout the book, it's not there since you don't have the font file Fontin-Regular.tff in the font directory. You only have Fontin-Bold.ttf installed. There's usually a 4th variation of the font called for in most css files for Bold Italic. I wouldn't think that's your problem in this instance though, it wouldn't be called for that often in books, but you might try adding in the 4th typical font also and in the css.

And it's probably just a typo for this forum, but make sure your fonts are named exactly the same as the css file names them, or they won't load. You have some listed as .tff, and the css file named .ttf. Probably a typo like I said, but double check exact spellings.
Thanks for that.
All sorted now.
jacko5 is offline   Reply With Quote