diff options
Diffstat (limited to 'skins/default/editor_content.css')
-rw-r--r-- | skins/default/editor_content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index cb3717ced..946c7bf9e 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -2,7 +2,7 @@ /* You can extend this CSS by adding your own CSS file with the the content_css option */ body, td, pre { - font-family: Verdana, Arial, Helvetica, sans-serif; + font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } |