How can i make my text bold with custom font in SwiftUI Text:
Text("Any text").font(.custom("PFDinTextCompPro-Regular", size: 10))
.fontWeight(.heavy) and .custom("PFDinTextCompPro-Regular", size: 10).bold() not working!
But this works on Android with the same .ttf file!