Hi,<br><br>I&#39;m generating documentation using scribble (v4.1.4). <br><br>Observation 1: The currently generated output with all formatting at their default<br>settings looks fine under Firefox, but is really ugly under Internet Explorer, largely<br>
due to the ugly default serif font it uses and what looks like bad kerning to me.<br><br>I don&#39;t like serif fonts on web pages &#39;cos I find them less readable than their <br>sans-serif cousins, so I created a short css file to change the font family to <br>
sans-serif and used it in ++style flag to scribble. The css file is short -<br><br>---------------<br>.main, .refcontent, .tocview, .tocsub, .inheritedlbl, i {<br>  font-family: sans-serif;<br>}<br><br>.main {<br>  font-size: 12px;<br>
}<br>---------------<br><br>Observation 2: With the above css add-on, the pages look gorgeous under Internet Explorer,<br>but are ugly under Firefox!! Here are all the problems under Firefox -<br><ul><li>It has all the wrong font proportions for the various sections. An embedded table <br>
has a larger font size than the body text, for example and some section headings<br>are smaller than the body text.</li><li>If I don&#39;t set the font-size, all the font sizes selected are very big and the page<br>width for the main body text is too narrow.</li>
</ul>With my css file, I examined the presentation in firefox using Firebug and it looked<br>as though Firefox wasn&#39;t calculating the right font sizes. Hand calculation from the css<br>would indicate 12px size for table text, but firefox calculates 16px. It looks like a Firefox<br>
bug to me, but I&#39;m not very html/css savvy to be confident about that.<br><br>Here is an example - <br><div style="margin-left: 40px;"><a href="http://muvee-style-authoring.googlecode.com/svn/doc/main/Reflect.html">http://muvee-style-authoring.googlecode.com/svn/doc/main/Reflect.html</a><br>
</div>(Pls ignore the text language.)<br><br>
Any suggestions to get scribble to use sans-serif fonts, but make it look<br>ok in both IE and Firefox?<br><br>Thanks and regards,<br>-Kumar<br><br>