Skip to content

Instantly share code, notes, and snippets.

@joshbuchea
Forked from knowbody/RNfontWeights.js
Created February 21, 2023 23:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshbuchea/41c3421efd556b047c18a7d2630f2b00 to your computer and use it in GitHub Desktop.
Save joshbuchea/41c3421efd556b047c18a7d2630f2b00 to your computer and use it in GitHub Desktop.
React Native Font Weight Cheatsheet iOS
{ 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