View Single Post
Old 11-02-2019, 02:21 PM   #5
Azdaema
Member
Azdaema began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2019
Device: iphone
Quote:
Originally Posted by thiago.eec View Post
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?
Azdaema is offline   Reply With Quote