Possible Duplicate:
Setting font of UILabel with Interface Builder comes out Helvetica
I've searched this site but I just found unanswered questions.
I've loaded a custom font into my xcode project. A [UIFont fontWithName:@"Laconic-Light" size:19] works. But interface builder doesn't like the font. I can't use it with IB it always shows the default font. Is there a way to tell IB that its ok to use the font?