Under some circumstances, Domino will introduce monospaced formatting around rich text fields in read mode.
Normally, the only way to remove this is to save the document.
Using a style sheet to redefine the style lets you change the font to whatever you want.
<HTML>
<HEAD>
<TITLE>Specification</TITLE>
<style type="text/css">
<!--
TT { font-family: Arial, Helvetica, sans-serif; color: black; font-size:10pt; text-decoration: none}
}
-->
</style>
<BODY>
<DIV Class=fnt><BR>
<TT>The Text</TT></DIV>
</FORM>
</BODY>
</HTML>
This was first published in September 2001