Lines 66-74 in ./jscripts/editor.js
I'm sure there is more I just didn't really look hard. That should have something to do with it, though.
// Defines an array of fonts to be shown in the font drop down.
this.fonts = new Object();
this.fonts["Arial"] = "Arial";
this.fonts["Courier"] = "Courier";
this.fonts["Impact"] = "Impact";
this.fonts["Tahoma"] = "Tahoma";
this.fonts["Times New Roman"] = "Times New Roman";
this.fonts["Trebuchet MS"] = "Trebuchet MS";
this.fonts["Verdana"] = "Verdana";
I'm sure there is more I just didn't really look hard. That should have something to do with it, though.