diff --git a/mozilla/editor/base/nsTextEditRules.cpp b/mozilla/editor/base/nsTextEditRules.cpp index 41b51c307bf..eb49b16ee4d 100644 --- a/mozilla/editor/base/nsTextEditRules.cpp +++ b/mozilla/editor/base/nsTextEditRules.cpp @@ -95,7 +95,6 @@ nsTextEditRules::GetFlags(PRUint32 *aFlags) // Initial style for plaintext static char* PlaintextInitalStyle = "white-space: -moz-pre-wrap; width: 72ch; \ - font-family: -moz-fixed; \ background-color: rgb(255, 255, 255)"; NS_IMETHODIMP diff --git a/mozilla/editor/libeditor/text/nsTextEditRules.cpp b/mozilla/editor/libeditor/text/nsTextEditRules.cpp index 41b51c307bf..eb49b16ee4d 100644 --- a/mozilla/editor/libeditor/text/nsTextEditRules.cpp +++ b/mozilla/editor/libeditor/text/nsTextEditRules.cpp @@ -95,7 +95,6 @@ nsTextEditRules::GetFlags(PRUint32 *aFlags) // Initial style for plaintext static char* PlaintextInitalStyle = "white-space: -moz-pre-wrap; width: 72ch; \ - font-family: -moz-fixed; \ background-color: rgb(255, 255, 255)"; NS_IMETHODIMP