Created
April 22, 2021 20:08
-
-
Save techsin/18efaa901102bc81de63d0c76dc0cfaf to your computer and use it in GitHub Desktop.
font props
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'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