Hello,
To make them more readable, I'm trying to replace fonts in PDFs from serif to serif.
After running pdf2html and editing the file in the latest (2.3.0) release of Sigil, the EPUB I get has two issues:
1. The text is cut off on the right
2. It still uses serif instead of sans serif
Code:
.ft0{font: 14px 'Verdana';line-height: 21px;}
Any idea why?
Thank you.