Quote:
Originally Posted by Jellby
The file OEBPS/Styles/style.css within the book indeed contains:
Code:
body.especial { font-family:"Times New Roman", Times, serif; margin:1em 0 1em 1em; }
which is bad coding. You could remove the font-family part (with the calibre book editor, for example), or you could try overriding it by adding "!important" to the body font-family:
Code:
body {
font-size: 8pt;
font-family: Bookerly, serif !important;
...
}
|
Thanks, I tried both solutions and both worked perfectly. Again, I thank you for this plug-in, which I usually use to read my books without margins and with more customization.