3

I added fonts by dragging and dropping in my projects, and I made sure that they are added to target.

I can use them in Interface Builder and they show correctly, however when I run it on a device or an emulator, it replaces it with system fonts.

I also added the fonts to Info.plist file, just to make sure even though I'm using iOS 8.1.

Any ideas what step am I missing, and why does it work perfect in Interface Builder, but not when compiled?

Stefan Salatic
  • 4,513
  • 3
  • 22
  • 30

1 Answers1

0

If you are using attributed string in IB then it will not work, it's a bug.

Borbea
  • 412
  • 6
  • 12