Default Font

Hi
I would like to give the ditor a default font, is this possible?
Eric
I would like to give the ditor a default font, is this possible?
Eric
Welcome to the Official CGDevTools Support Community Forums.
https://www.cgdevtools.com/cgforum/
https://www.cgdevtools.com/cgforum/viewtopic.php?f=50&t=2476
.el-rte-structure{
font-size: 10px;
color: #FF0000;
}
HTMLEditor.JQHTMLEditorOptions.CssFiles.Add('/your.css');This will override content css.
t would be nice to set a default font and size and that this font and size also appears in the content.
Geoge wrote:HTMLEditor.JQHTMLEditorOptions.CssFiles.Add('/your.css');
body,html{
font-family: "Verdana, Geneva, sans-serif";
}