From 85de1261ba60e3df477a49a15de8471f79d2946a Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 20 Mar 2010 09:21:35 +0000 Subject: - Make fonts and colors more consistent (#1486565) git-svn-id: https://svn.roundcube.net/trunk@3393 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/editor_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/skins/default/editor_content.css') 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; } -- cgit v1.2.3