View Single Post
Old 08-17-2011, 12:22 AM   #5
sonyreaderfan
Groupie
sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.sonyreaderfan ought to be getting tired of karma fortunes by now.
 
Posts: 182
Karma: 203167
Join Date: Apr 2011
Device: Sony Reader Prs 950, iPad
Quote:
Originally Posted by jackie_w View Post
@sonyreaderfan,

Your misbehaving epub works OK on my Sony, so if quisvir's suggestion doesn't work you could also try changing the font-family bit of every @font-face statement in the Sony CSS file like so:
Code:
@font-face {
font-family: "Charis", serif;
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/Charis-Regular.ttf);
}
and similarly, just for belt & braces, also change the body statement like this:
Code:
body {
font-family: "Charis", serif;
}
I'm not sure that a Calibre conversion would sort out your font problem but it may sort out the image size problem in this particular epub.
Thanks! The bit about adding "serif" to the font family made the font changes work. The font changes works now for the Google version of Grimms and the sample version of The Odyssey. The moral of the story is to be specific in coding the css.
sonyreaderfan is offline   Reply With Quote