In my iPhone app,
I have included two custom fonts and by referring this steps by stackoverflow questions....
How to include and use new fonts in iPhone SDK?
First find that font in your available fonts list:
NSLog(@"fonts: %@", [UIFont familyNames]);
Then find and input the appropriate name.