In Xamarin.iOS I can achieve this via Appearance API (except font size). But in Xamarin Forms Appearance API not working. Writing custom renders for all controls is too complex and dirty. Is there an easy way to set global font (or override system font) with Xamarin Forms?
↧