I set the font-family in the jquery.jwysiwyg.js (line-# 497 where < body > is defined) and added a CSS …
$('#wysiwyg').wysiwyg({css : { fontFamily: 'Arial, Tahoma', fontSize : '12px', color : '#333333'}});
The textarea shows Arial as font-family but when I click the remove formatting button it turns to Times New Roman. Is there any way I can set a default font to prevent this? I don't want Times as a base font.
Lorem Ipsum Dolor Sit Amet
` – suntrop Dec 30 '11 at 09:31