Quote:
Originally Posted by Doitsu
DiapDealer has written a dedicated plugin for this task.
|
Excellent.
Wish I'd known about it a year ago...
Also, this:
https://github.com/JayPanoz/Soma/wik...to-embed-fonts
says you can do this with just a change to the OPF. Is that correct?
Quote:
inside the <package> tag:
prefix="ibooks: http://vocabulary.itunes.apple.com/rdf/ibooks/vocabulary-extensions-1.0/"
You should end up with something looking at least like this:
<package xmlns="http://www.idpf.org/2007/opf" prefix="ibooks: http://vocabulary.itunes.apple.com/rdf/ibooks/vocabulary-extensions-1.0/" unique-identifier="stuff" version="3.0">
Then, in <metadata>, add:
<meta property="ibooks:specified-fonts">true</meta>
|