Closed mpospese closed 1 year ago
We should provide FontFamily implementations for common fonts that come pre-installed on iOS (and tvOS).
FontFamily
Let's start with the HelveticaNeue font family.
Needs to customize handling of weight name for "Regular" (not use any), and only include the installed weights (it's not all 9 weights).
Consider also adding a sibling family for regular Helvetica (also installed).
Will need to check which fonts come installed on tvOS (otherwise this is an iOS-only feature).
We should provide
FontFamily
implementations for common fonts that come pre-installed on iOS (and tvOS).Let's start with the HelveticaNeue font family.
Needs to customize handling of weight name for "Regular" (not use any), and only include the installed weights (it's not all 9 weights).
Consider also adding a sibling family for regular Helvetica (also installed).
Will need to check which fonts come installed on tvOS (otherwise this is an iOS-only feature).