diff options
author | alecpl <alec@alec.pl> | 2010-03-20 09:21:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-20 09:21:35 +0000 |
commit | 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 (patch) | |
tree | 741fcbe3f364cc3caba013ceb83d71ac563b1efd /skins/default/editor_content.css | |
parent | 74fd1aec77a3a01ad4b627c13cc952222f503cb8 (diff) |
- Make fonts and colors more consistent (#1486565)
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; } |