Changing Default Font in TinyMCE Editor
TinyMCE editor is a very good open source (GPL) html editor based on WYUSIWYG environment. It is javascript based and can be easily integrated to any PHP or ASP based scripts.
Download: http://tinymce.moxiecode.com/
It will automatically convert all text areas in your form into a rich text html editor.
If you want to change the font or default font size, just find edit_content.css in advanced or simple templates folder and make necessary changes. Remember you will need to change the css file inside …

