Skip to content

Instantly share code, notes, and snippets.

View Jo-wang's full-sized avatar
:octocat:
Focusing

Zi-Xin Wang Jo-wang

:octocat:
Focusing
  • Brisbane
  • 15:22 (UTC +10:00)
View GitHub Profile
@Jo-wang
Jo-wang / RNfontWeights.js
Created September 6, 2021 13:12 — forked from knowbody/RNfontWeights.js
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