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
Simplify font usage using new weight props
before: <Text fontFamily="OpenSans-SemiBold">Some Text</Text>
new usage: <Text weight="semibold">Some Text</Text>