Suppose I have something like this set in the CSS of an epub file:
Code:
font-family: Bookerly, "Segoe UI Symbol", "Segoe UI Historic", sans-serif;
When I try to embed the referenced fonts, it'll only pick the first in the list, Bookerly, and ignore the rest.
Problem is, I need the rest also in there as a fallback for special symbols that my kindle doesn't support natively.
Is there any way around this?
Modifying things manually isn't really a feasable option because I'm trying to set things up for automatic conversion using fanficfare, so all I can really do is specify fonts in the CSS.