View Single Post
Old 12-26-2011, 12:34 PM   #87
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,257
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by JSWolf View Post
I'll have to give that a try and see what happens. I'll report back after I try it.
Don't forget you will also need to make sure your css body statement uses the generic name serif rather than the specific font name label.

If you're planning on trying it with PRS+ css files on earlier Sony models, this is an example of one of mine in case it helps. I've tried to cover as many Calibre body variations as I've found necessary to date.
Code:
body, body.calibre, body.calibre1, body.calibre2, body.calibre3  {
    font-family: serif; 
    line-height: 1.2; 
    font-size: 0.85em !important;}
Note: In fact, it's quite possible that the font-family: serif; line is redundant as all the ereaders I've owned seem to use font-family: serif as the epub default in the absence of more specific css. Nevertheless, I've left it in all my PRS+ css files, just in case.

Last edited by jackie_w; 12-26-2011 at 12:36 PM. Reason: clarify
jackie_w is offline   Reply With Quote