Quote:
Originally Posted by thiago.eec
For iOS, you need an extra step when producing your epub file.
For epub2:
You need to add this file to the META-INF directory:
Code:
com.apple.ibooks.display-options.xml
The contents of the file:
Code:
<?xml version='1.0' encoding='utf-8'?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>
|
When I tried that, nothing. Is that what the file should say
verbatim, or do I fill in the "specified-fonts" with the font name or something?