View Single Post
Old 06-08-2012, 12:05 PM   #17
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,732
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by misskennedy View Post
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.
Doitsu is offline   Reply With Quote