Book.coverFontPreferences

Preferred fonts for the book's cover.

These should be ordered by priority: the first option will be used if possible, falling back to the second, falling back to the third, etc.

The last resort is hard-coded as Sans.

class Book
string[] coverFontPreferences;

Meta