Question
Replace font with based on character count with javascript
Is this possible?
I basically want to use a different font, if the length of character is over a certain count.
I would need the javascript code to do the following:
If the length of the typed text in the form is greater that 30 characters, I want to use Arial Narrow, if under, then just use Arial. The font would always need to be 11 pt in all cases.