Ditto, I was already using the default, after updating I still see the wee fonts.
Don't know if it helps but inspecting a mobi shows that an input epub with;
p {font-size:1.0em;}
...
<p>Hello World.</p>
Converting to:
<p class="calibre_9"><font size="1">Hello World.</font></p>
|