diff --git a/utils/tex2rtf/src/htmlutil.cpp b/utils/tex2rtf/src/htmlutil.cpp
index ea8b6efc2e..a83bc87bbd 100644
--- a/utils/tex2rtf/src/htmlutil.cpp
+++ b/utils/tex2rtf/src/htmlutil.cpp
@@ -585,13 +585,16 @@ char *ParseColourString(char *bkStr, bool *isPicture)
void OutputFont(void)
{
- // Output
- TexOutput(" if explicitly requested by htmlFaceName= directive in
+ // tex2rtf.ini. Otherwise do NOT set the font because we want to use browser's
+ // default font:
if (htmlFaceName)
- TexOutput(htmlFaceName);
- else
- TexOutput("Times New Roman");
- TexOutput("\">\n");
+ {
+ // Output
+ TexOutput("\n");
+ }
}
// Output start of block