Adding a sfComboBox to any project where custom fonts are successfully set up and working, results in an error message and crash when applying any of the FontFamily properties. Applying the same font family name to say a SfButton works.
Error:
Unhandled Exception:
Java.Lang.RuntimeException: Font asset not found GeosansLight.ttf#GeosansLight
App.XAML, inside resource dictionary:
<OnPlatform x:Key="GeosansLight" x:TypeArguments="x:String" Android="GeosansLight.ttf#GeosansLight" iOS="GeosansLight">
</OnPlatform>
Property of SfComboBox:
FontFamily="{StaticResource GeosansLight}"