You need to add a file called "com.apple.ibooks.display-options.xml"
Here's the code:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>
Create this file and save it into your META-INF folder
|