User interface font choice
authorKris Kowal <kris.kowal@cixar.com>
Sun, 2 Sep 2012 20:58:28 +0000 (13:58 -0700)
committerKris Kowal <kris.kowal@cixar.com>
Sun, 2 Sep 2012 21:02:34 +0000 (14:02 -0700)
editor.css

index a96db15..3bee1ec 100644 (file)
@@ -19,11 +19,12 @@ body {
     background: linear-gradient(top, #fefcea 0%,#f9e63b 7%,#e0a928 53%,#d69a2c 94%,#c97e16 99%); /* W3C */
 
     text-shadow: 0px 0px 10px #730 ;
+
 }
 
 body, textarea {
-    font-family: serif;
-    font-size: 25px;
+    font-family: Lucida Grande, sans-serif;
+    font-size: 16px;
 }
 
 textarea, .copy {