@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.