I'm trying to use different SF fonts in an app I'm styling. The original design uses a variation of fonts like...
SF Compact Display-BlackSF Compact Display-BoldSF Compact Display-HeavySF Compact Display-RegularSF Compact Display-SemiboldSF Compact Text-MediumSF Compact Text-SemiboldSF UI Text-Regular
But my iOS simulator doesn't recognize any of these.
Since SF is the default font, should I be instead using fontWeight
to make the font bold, heavy, regular, etc?