I know Sigil imports any linked css, images, html files that are linked/referenced from a html import file. It currently doesn't add the fonts.
The main addition would be to add any font files that are args, any extras (html, images, css) could be done by adding a dummy.html file, which includes those other files. Then run Sigil with
sigil mainfile.html dummy.html font1 font2 font3 font4 font5
Sigil would then open the 'mainfile', and import as usual (adding css, html, images), then add 'dummy.html' (and any referenced css, html and images), then add the font# files.
You would then just need to delete the 'dummy.html' file in the 'Book Browser' pane, and you'd then have all the extra css, html, images AND fonts included, so you can then finalise editing.
|