codeandtheory / YMatterType

An opinionated take on Design System Typography for iOS and tvOS.
Apache License 2.0
22 stars 8 forks source link

Add HelveticaNeueFontFamily #60

Closed mpospese closed 1 year ago

mpospese commented 1 year ago

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).