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