View Single Post
Old 02-25-2014, 02:51 PM   #4
Tisha4870
Junior Member
Tisha4870 began at the beginning.
 
Tisha4870's Avatar
 
Posts: 8
Karma: 10
Join Date: Feb 2014
Device: iPhone 5S, iPad Air
Quote:
Originally Posted by Toxaris View Post
I assume you mean iBooks and not iPad in general...

You need to add the file com.apple.ibooks.display-options.xml in the META-INF folder with the following content:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>
This has been discussed/mentioned many, many, many times on this and other forums. Blame Apple.
I've tried a similar code and my iBooks still didn't register the specified font on anything except <em> tags. I don't remember if what I used had the <platform name="*"> tag though. Would I put iBooks in where the '*' is to get it to works?
Tisha4870 is offline   Reply With Quote