问题
Background: font using: AppleSDGothicNeo-Light
ios supporting: ios7+
Issue: I set the font for uilabel by:
self.lblName.font = [UIFont fontWithName:@"AppleSDGothicNeo-Light" size:12.f];
What I expected:

What I got in iOS7(iOS8 is alright):

When I want to print out the debug description, it got: font-family: "AppleSDGothicNeo-Light"; font-weight: normal; font-style: normal; font-size: 12.00pt
what happened?
回答1:
i hope it will help you..
UIFont *myFont = [UIFont fontWithName:@"AppleSDGothicNeo-Light size:12];
[yourLable setFont:myFont];
来源:https://stackoverflow.com/questions/28272856/cannot-set-uilabel-font-in-ios-7-not-using-custom-font