Tried using jqxEditor with the following CSS
.jqx-widget-content {
font-size: xx-large;
}
.jqx-editor-content {
font-size: xx-large;
}
In developer, when I inspect the text in the text area, I don’t see the jqx-editor-content or jqx-widget-content font size applied.