Custom font not being set, iPhone
问题 I am trying to change the font of a label to "Museo_500italic.otf" I have imported it to my project and added it to the p-list, but it doesn't recognize the font. I've done it with other fonts, a couple of months ago, but this one for some reason isn't working. Am I forgetting something? This is what I've got: This gives me Museo-500 for a font: self.createAccTxt.font = [UIFont fontWithName:@"Museo-500" size:17.5]; These give me the default font: self.createAccTxt.font = [UIFont fontWithName: