From 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 20 Mar 2010 09:21:35 +0000 Subject: - Make fonts and colors more consistent (#1486565) --- skins/default/editor_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/default/editor_content.css') 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; } -- cgit v1.2.3