UIAppearance - System Wide Font

Published on Wednesday, 25 February 2015

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"

Wordpress Original Link