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