Quote:
Originally Posted by misskennedy
There are no blank pages on the Ipad view now, but the font problem hasn't been solved. I added a font face tag. It does display the correct font in the Sigil Window, but not on the Ipad.
|
Sigil probably displays the correct font, because it's installed on your machine. Try clicking the green checkmark button to check for stylesheet related issues.
Also for iPad epubs, you'll need create a
com.apple.ibooks.display-options.xml file that contains the following text:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>
Save it as a UTF-8 file and copy it to the ePub META-INF folder.