Quote:
Originally Posted by rumplestiltskin
I've been playing with an ePub that has an advert page and a picture intended for that page. I deleted the page (as it was a discrete ".htm" page) and the jpg intended for that page. No errors found and, of course, that page is no longer part of the ePub. Nice suggestion.
I'm a bit hesitant about removing fonts as there must be some reference to them in a .css entry. Is there a simple method to remove the references once I've deleted the fonts?
Thanks!
|
You load the ePub into the editor and remove whatever fonts you do not want. Then you go to the Tools menu and remove unused CSS. Then you edit the CSS to remove the @font for the removed fonts and the font family lines in the CSS. You have to do it manually.