When you download the DHTMLX GPL pack and use the skin builder to change the font, the font is not updated for certain elements.
For example, on forms you need to manually add some CSS after the linked ones:
[code]
.fs_legend, .dhxform_txt_label2 { font-family: Arial !important; } [/code]Did I miss something, or are these classes skipped in the Skin Builder?