Skip to content

Instantly share code, notes, and snippets.

@chasemccoy
Created April 26, 2017 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chasemccoy/3e37e12ecc83b17a7f42e1e6e0883096 to your computer and use it in GitHub Desktop.
Save chasemccoy/3e37e12ecc83b17a7f42e1e6e0883096 to your computer and use it in GitHub Desktop.
system.fontFamilies.map(function(family) {
return system.typeSizes.map(function(size) {
return system.colors.map(function(color) {
return system.fontWeights.map(function(weight) {
return <TypeSpecimen name="Testing" style={styles}></TypeSpecimen>
})
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment