diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 09:21:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 09:21:35 +0000 |
| commit | 85de1261ba60e3df477a49a15de8471f79d2946a (patch) | |
| tree | 73c09555d042ef11ef43e0759a0d6eec1ea111a0 /roundcubemail/skins/default/editor_content.css | |
| parent | d6ade86321d75688a6e89b37054cc3bfaea4a61b (diff) | |
- Make fonts and colors more consistent (#1486565)
git-svn-id: https://svn.roundcube.net/trunk@3393 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/editor_content.css')
| -rw-r--r-- | roundcubemail/skins/default/editor_content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/editor_content.css b/roundcubemail/skins/default/editor_content.css index cb3717ced..946c7bf9e 100644 --- a/roundcubemail/skins/default/editor_content.css +++ b/roundcubemail/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; } |
