Skip to content

Instantly share code, notes, and snippets.

@NerdFaisal404
Created August 20, 2019 06:59
Show Gist options
  • Select an option

  • Save NerdFaisal404/1d7b2dc2fc589b291dd6fd68174f739b to your computer and use it in GitHub Desktop.

Select an option

Save NerdFaisal404/1d7b2dc2fc589b291dd6fd68174f739b to your computer and use it in GitHub Desktop.
React Native font weight.
{ fontWeight: '100' }, // Thin
{ fontWeight: '200' }, // Ultra Light
{ fontWeight: '300' }, // Light
{ fontWeight: '400' }, // Regular
{ fontWeight: '500' }, // Medium
{ fontWeight: '600' }, // Semibold
{ fontWeight: '700' }, // Bold
{ fontWeight: '800' }, // Heavy
{ fontWeight: '900' }, // Black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment