I keep manually specifying design: .rounded
:
.font(.system(.title2, design: .rounded, weight: .semibold))
How do I use Apple’s rounded font for all text by default?
I keep manually specifying design: .rounded
:
.font(.system(.title2, design: .rounded, weight: .semibold))
How do I use Apple’s rounded font for all text by default?