View Single Post
Old 05-06-2018, 05:48 PM   #93
bakodragon
Junior Member
bakodragon began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2014
Device: KINDLE PAPERWHITE 2
Quote:
Originally Posted by Jellby View Post
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.
bakodragon is offline   Reply With Quote