Quote:
Originally Posted by JSWolf
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.