View Single Post
Old Yesterday, 07:03 AM   #1
MidnightRose
Member
MidnightRose began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2025
Device: Kindle Colorsoft
Embed referenced fonts not embedding fallbacks.

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.
MidnightRose is offline   Reply With Quote