View Single Post
Old 02-17-2010, 10:54 PM   #3
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Quote:
Originally Posted by PodPeople View Post
Does anyone know why the Libre (and I suspect the Jetbook) behaves this way with Epub books?
This is because ePub is using mobile Adobe Digital Editions, the other formats are using FBReader. The jetBook does not have mobile ADE and so uses FBReader for ePub.

You can change the font by modifying each ePub ebook individually. It is added in Calibre as Extra CSS either via the GUI or on the command line, for example the following uses the default sans-serif font in bold for most text:
Code:
body {
  font-family: sans-serif;
  font-weight: bold;
}
This will only work for DRM-free ePubs, see Adobe ADEPT DRM for EPUB circumvented.
wallcraft is offline   Reply With Quote