I\'ve been trying to use a custom font on Xamarin iOS but it simply does not work. This is my info.plist:
UIAppFonts
Open the font in the macOS Font Book
app and review the actual name:
PostScript name BebasNeueRegular
Full name Bebas Neue Regular
So, in your code:
<On Platform="iOS" Value="Bebas Neue Regular" />
Re: https://stackoverflow.com/a/41567423/4984832
Re: https://stackoverflow.com/a/48191854/4984832
Re: https://stackoverflow.com/a/36942128/4984832