Is this the file in the \users\YourName\ folder (if your using the portable version) ?
It's fairly easy to edit. Just change the font-family name to what you want, and the font size to your liking. You'll notice that there's a "body {....}" section and a "table {....}" section. Both will have an effect on their respective document section.
Armando, yes to your question. This is not the default file. This is the file that I edited to include Verdana font 10pt for body & 9pt for table but it does not change what happens in the html pane which still defaults to some other font. That's why I posted this issue.
Comments
\users\YourName\
folder...<META content="SQLNotes 0.9.23.7c" name=GENERATOR>
<STYLE> body {font-family:Verdana; font-size:10;}table {font-family:MS Verdana; font-size:9;}
P {margin: 0px, 0px, 0px, 0px}</STYLE>
</HEAD>
<BODY style="MARGIN: 2px" bottomMargin=0 bgColor=#ffffff leftMargin=2
topMargin=2 rightMargin=2>
<DIV> </DIV></BODY></HTML>
\users\YourName\
folder (if your using the portable version) ?