Hi there,
I need to specify different FontFamily for different Labels in my app. I need to use the default fonts (e.g. Roboto for Android and Helvetica for iOS) with their modifications (e.g. Light, Medium, Bold). As far as I understand I should be using Roboto-Light and Helvetica-Light to get the Light version of the fonts (same for Medium and Bold).
In addition to this requirement I need to set the fonts in XAML (like described in documentation) so I end up with this code (see attachment).
However, the result in Android is unexpected. The FontFamily of the different Labels is not changed. They all look the same. (like in the attached picture). The same code in iOS works as expected (pictured attached).
My question is: How to get the Roboto-Light, Roboto-Medium and Roboto-Bold fonts in my Android app if following the XAMARIN documentation does not work?