Custom Font not showing in Xamarin Storyboard

Viewed 1435

For my iOS project i need to use custom fonts. I added fonts in Resources/Fonts folder. And register the fonts in Info.plist like this. In storyboard i am getting custom fonts like this but the fonts not affecting in design. The font style drop down always empty see here "www.tiikoni.com/tis/view/?id=1f07d04". I m working in .storyboard file not .xib

What have i done wrong?

Xamarin studio version - 5.10.3

Fonts used - Exo-SemiBold.ttf, Montserrat-Bold.ttf

2 Answers
Related