I have already imported the SOV_Assadong_C.tff file to my project using SwiftUI library. Plus, I added SOV_Assadong_C.tff value under the Fonts provided by application key in Information property list:
When I used the below code, the text still showed the system font.
Text("Hello")
.font(.custom("SOV_Assadong_C", size: 70))
.foregroundColor(fontColor)
How to fix it?

Xcode 14.3 beta 1 (target iOS 16.4)
Drag-and-drop your
.ttffont into the Navigator pane (don't forget to add it to the target).Add the
.ttfextension to your custom font name in the project's Info tab. Restart Xcode.DO NOT use
.ttfextension in your code: