0

I am trying to use Accord Light SF Italic font in my application. (Here is the link to the font: http://www.fontpalace.com/font-details/Accord+Light+SF+Italic/)

I have added the font to my resources, updated in the info.plist, done everything but cannot manage the font to show up.

I guess the problem is with the name I should pass to the -[UIFont fontWithName] function. I have tried many variants, like: Accord-Italic, Accord-LightItalic, Accord Light SF Italic, but none of the work. I know I should use the system name of the font, but I do not know how to find it.

Please advise, Thanks!

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user-123
  • 874
  • 1
  • 13
  • 34

1 Answers1

1

Try adding your font under Copy bundle resources under build phases.

Agent Chocks.
  • 1,312
  • 8
  • 19
  • Thanks, but as I said, I am familiar with the procedure of using the custom font. I have done everything. It just does not work and the reason is the incorrect name of the font when using -[UIFont fontWithName:] method. – user-123 Jun 03 '13 at 06:40