No, the <font/> tag is actually a legal element of HTML spec.
Besides it's not the original file but the result of parsing of the mobi file by calibre (saved in the input folder when in debug mode).
The problem is that while the "color" attribute is recognized and converted to its css equivalent (<span style="color: gray">) the "face" attribute is skipped.
My question is, why it's not converted as well (to <span style="font-family:sans-serif"> or similar)?
ndr
|