I cannot seem to find a way to get the "SF Pro Display Heavy Italic" font.
There is UIFont.systemFont(ofSize: CGFloat, weight: UIFont.Weight)
but that only gets me all non italic weights.
There is UIFont.italicSystemFont(ofSize: CGFloat)
but that only gets me the "Italic Regular"
I want a specific weight of the italic system font (San Francisco Pro)
Or do get the font like a non-system font UIFont(name: String, size: CGFloat)
? That seems rather clumsy.