—
I want to change the Textbox font... i tried everything but it didnt work ... can anyone help me?
Have you tries using the CSS style property?
For instance:
Textbox - Set CSS style "font-family" to "Times New Roman"
You can add more, such as:
Textbox - Set CSS style "font-style" to "italic"
Works for me.
All standard CSS values from W3Schools.