Hi,
I'm just going through customizing fonts in Xamarin.Forms.
I want to set custom fonts in my entire app.
I read many notes, articles, etc, defining about customizing font in Xamarin.Forms, but they shows only how to change fonts to some controls like label, button, etc.
I want to set custom fonts to controls which don't have a font property (eg. Picker).
Is it possible to do it.
How can i customize every fonts used in my App ?