Why does ESO not load some fonts? Why e.g. ESOCartographer font works fine(doesn't matter if .slug or .otf format) and Kingthings Petrock doesn't(ESO loads some standard font instead).
Does ESO have any special requirements for fonts other than .slug? I am using LibMediaProvider for loading custom fonts.
This font works fine: <String name="ESO_CARTOGRAPHER_FONT" value="fonts/stash/ESOCartographer-Bold_pl.otf" />(despite the otf format)
and this font does not work: <String name="KINGTHINGS_PETROCK_FONT" value="fonts/stash/KingthingsPetrock-Regular.otf" />