I want to change Label's FontFamily. Below is my code:
titleLabel.FontFamily = "SF Hollywood Hills";
But its not reflecting in the app. Is it possible to change FontFamily in Forms?
Also what default font Forms is using for iOS & Android?
I want to change Label's FontFamily. Below is my code:
titleLabel.FontFamily = "SF Hollywood Hills";
But its not reflecting in the app. Is it possible to change FontFamily in Forms?
Also what default font Forms is using for iOS & Android?