adobe-fonts/source-sans

App Crash using SourceSans3-Bold custom font in swift

Arshad-iOSDeveloper opened this issue · 1 comments

While using SourceSans3-Bold font programatically, app is crashing. But other fonts like., SourceSans3-Regular are working fine. My code as below.

UIFont(name: "SourceSans3-Bold", size: size)

My app crashing on the above line of code, using swift 4.2.
Please suggest, i have downloaded the font's from this git repo.

Issue resolved, added fonts in info.plist file