Quote:
Originally Posted by oren64
In some books the font size is bigger or smaller, despite the font size in the conf file or if I set the font size with Kobo Utilities.
I find the cause in the this line in every html part, for example:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" style="font-size:1.111rem;">
Is there a way to remove the style?
|
rem doesn't work in ePub and that code is just wrong.
Just search for
style="font-size:1.111rem;" (with a space in front) and replace it with nothing. That will remove that style.