You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
Using a light font-weight on paragraph-size text decreases readability
and can be unexpectedly thin across different systems that have
different fonts installed. I've had some difficulty reading these for a
while and since this branch uses the default system font I think it's
probably a fine time to remove these light fonts.
Apple isn't the authority on good design, but their Human Interface
Guidelines document has a relevant note on font weight:
> **Use regular or heavy font weights in your app.** Use Regular, Medium, Semi-Bold, or Bold font weights, because they are easier to see. Avoid UltraLight, Thin, and Light font weights, which can be more difficult to see.
>
> -- https://developer.apple.com/design/human-interface-guidelines/accessibility/overview/text-size-and-weight/
0 commit comments