Embedded fonts will not be used by iBooks unless a special file is included in the ePub with special content. The file is: META-INF/com.apple.ibooks.display-options.xml and must contain:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>
|