Add a backup macOS UI font to cover rare font loading issues.
On some macOS systems the normal Gtk font doesn't load. It's possible to force these systems to load the font using system-ui as the font family instead.
We add this to all widgets as a backup, after the default macOS font has failed to load.
-
Tested on effected systems (fixed) -
Tested on regular systems for visual regressions -
Tested on regular systems for speed regressions
Fixes #3532
Edited by Martin Owens