App Crash using SourceSans3-Bold custom font in swift
Arshad-iOSDeveloper opened this issue · 1 comments
Arshad-iOSDeveloper commented
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.
Arshad-iOSDeveloper commented
Issue resolved, added fonts in info.plist file