Quote:
Originally Posted by goaspy
while the default fonts are used everywhere. The sans font in the reader's interface (Home Screen for example) and the serif font for the book content (txt, lrf, epub).
|
Not true. Well, almost true. The EPUB uses its own internal set of fonts, it doesn't use the "system" fonts at all. The EPUB module is more or less independent of the other modules in the system. You can make it use the default fonts via CSS, but the default fonts are not represented by full sets (regular, italic, bold, bold-italic), so that's not such a good idea. The other modules know how to simulate italics and bold on a regular font, but the EPUB module doesn't.