Set an app wide font [[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];
Add it to the .plist Fonts provided by application - Item 0: "FontName.ttf"
Set an app wide font [[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];
Add it to the .plist Fonts provided by application - Item 0: "FontName.ttf"