diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index cb928c02..b88db7a1 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -70,7 +70,7 @@ body.grayedout { background-color: #eee !important } #innerdocbody { font-size: 12px; /* overridden by body.style */ - font-family: monospace; /* overridden by body.style */ + font-family:Arial, sans-serif; /* overridden by body.style */ line-height: 16px; /* overridden by body.style */ } @@ -87,7 +87,6 @@ body.doesWrap { overflow: hidden; /* blank 1x1 gif, so that IE8 doesn't consider the body transparent */ background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); - font-family:Arial, sans-serif; } #sidediv {