From 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 20 Mar 2010 05:21:35 -0400
Subject: [PATCH] - Make fonts and colors more consistent (#1486565)

---
 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 cb3717c..946c7bf 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;
 }
   

--
Gitblit v1.9.1