Possible Duplicate:
How to include and use new fonts in iPhone SDK?
I would like to add a custom font to my project, however I am having some problems. I have a ttf file entitled "Herculanum Regular.ttf". I added the file to my project, and added the following lines to my InfoPlist.strings file:
<key>UIAppFonts</key>
<array>
<string>Herculanum Regular.ttf</string>
</array>
However, I am continue to receive an error that reads:
Validation failed: The data couldn't be read because it has been corrupted. Why is this not working?
Thanks for your help and take care.