Primefaces has a fancy HTML editor <p:editor>
.
Is there a way to change font-size
or apply style in general to the text user enters inside Primefaces' editor? For example, I applied style=""
as shown below but it does not work.
<p:editor id="editor" style="font-size: 26px;font-family:verdana" value="#{eventController.eventUI.desc}"/>