View Single Post
Old 02-28-2011, 02:20 PM   #9
Ripplinger
350 Hoarder
Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.
 
Ripplinger's Avatar
 
Posts: 3,574
Karma: 8281267
Join Date: Dec 2010
Location: Midwest USA
Device: Sony PRS-350, Kobo Glo & Glo HD, PW2
Quote:
Originally Posted by jacko5 View Post
This is what i have done.
....
Then i put the following font file into the root/fonts folder on my Sony PRS 600 Ebook,

Fontin-Bold.tff
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:

Quote:
src: url(res:///Data/fonts/Fontin-Regular.ttf);
src: url(res:///Data/fonts/Fontin-Bold.ttf);
src: url(res:///Data/fonts/Fontin-Italic.ttf);
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.

Last edited by Ripplinger; 02-28-2011 at 02:23 PM.
Ripplinger is offline   Reply With Quote