1.首先下载到字体的otf文件(Mac电脑下搜索字体册)
2.将字体文件拖到项目工程下
3.plist设置 Fonts provided by application 属性
4.代码中使用[UIFont familyNames];查看字体是否已经导入进去。
5. 使用字体
[bt.titleLabel setFont:[UIFont fontWithName:@"Wawati SC" size:17]];