Contents

default

The default typeface for an app’s user interface.

Declaration

static let `default`: UIFontDescriptor.SystemDesign

Discussion

The returned typeface depends on the system. In iOS, using this constant with withDesign(_:) returns SF Pro, while in watchOS that returns SF Compact.

See Also

Typeface designs