Why we need to list custom fonts in info.plist?

356 Views Asked by At

We already have project in which already added fonts is working without adding plist file but we want to add another fonts which is not working without adding in plist?

1

There are 1 best solutions below

0
Cy-4AH On

If you use custom font in the storyboard it automatically added in the plist during compilation.

So if you doesn't used it in the storyboard it doesn't added automatically and should be added manually.