View Single Post
Old 08-16-2011, 11:17 PM   #4
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,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@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.
jackie_w is offline   Reply With Quote