UIFont.systemFont(ofSize: 10, weight: .black) returns font family ".SFUIText-Heavy" instead of ".SFUIDisplay-Black".
UIFont.systemFont(ofSize: 10, weight: .black) returns .SFUIText-Heavy instead of .SFUIDisplay-Black
Which iOS are you checking against?
Why are you checking?