View Single Post
Old 10-26-2012, 10:10 AM   #1
jonalbert
Member
jonalbert began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2011
Device: Kindle 3
Font Problems for ipad

I've read the explanations about the com.apple.ibooks.display-options.xml. I unzipped the epub file and added the file.
file contents:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>

I rezip the file, rename it to .epub and open it in Sigil 0.5.3

the file appears at the end of all the books .xhtml files

When I double click the file name in Sigil, the book view displays "True"
the code view displays:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>

<body>
<p>true</p>
</body>
</html>

NOT the text for the file. I'm pretty sure I've done something stupid but not sure what!
Any help?

thanks
jonalbert is offline   Reply With Quote