Thread: Fonts in OSX
View Single Post
Old 01-23-2014, 06:22 AM   #3
corblimey
Junior Member
corblimey began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2014
Location: Whitchurch, Shropshire, UK
Device: none
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
corblimey is offline   Reply With Quote