pub fn current_system_font() -> Option<Arc<Font>>
Current system font override, if set. Widgets should prefer this over their own self.font when the override is Some(_) so user changes in the System window propagate live.
self.font
Some(_)