Skip to content

Instantly share code, notes, and snippets.

@techsin
Created April 22, 2021 20:08
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 techsin/18efaa901102bc81de63d0c76dc0cfaf to your computer and use it in GitHub Desktop.
Save techsin/18efaa901102bc81de63d0c76dc0cfaf to your computer and use it in GitHub Desktop.
font props
{
'color': css.color,
'font-family': css.fontFamily,
'font-size': css.fontSize,
'font-style': css.fontStyle,
'font-variant': css.fontVariant,
'font-weight': css.fontWeight,
'letter-spacing': css.letterSpacing,
'line-height': css.lineHeight,
'text-align':css.textAlign ,
'text-decoration': css.textDecoration,
'text-indent': css.textIndent,
'text-overflow': css.textOverflow,
'text-shadow': css.textShadow,
'text-transform': css.textTransform,
'white-space':css.whiteSpace,
'word-break':css.wordBreak,
'word-spacing':css.wordSpacing,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment