Live Preview
${textInput.value.replace(/\n/g, '
')}
CSS Properties
| font-family | '${styleState.fontFamily}', serif; |
| font-size | ${styleState.fontSize}; |
| font-weight | ${styleState.fontWeight}; |
| color | ${styleState.fontColor}; |
| text-shadow | ${styleState.textShadow}; |
