PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.3.310 (2008-10-24)
TYPO3 Extension:
2.0.2 (2007-06-14)
1.8 How can I specify a default font in edit-on Pro?
To change the default font in the editor you can use cascading style sheets e.g.:
body { font-family:SansSerif; }
or / and:
p { font-family:SansSerif; }
For embedding CSS styles / stylesheets into the editor you could use the applet's setStyleSheet / setStyleSheetURL / addStyleSheet JavaScript API methods.
More details on these JavaScript APIs can be found within our Integration Manual at the chapter 'JavaScript API / Java API'.