View Single Post
Old 10-22-2017, 01:33 PM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,879
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by oren64 View Post
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.
JSWolf is offline   Reply With Quote