readable font
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 7 Nov 2012 15:16:14 +0000 (10:16 -0500)
committerMichael Meffie <mmeffie@sinenomine.net>
Wed, 7 Nov 2012 15:30:34 +0000 (10:30 -0500)
Use a basic, more readable font. Increase the line spacing a bit
to uncramp the text.

Change-Id: I6426c3a9ddbd3173c863202c3c07bfd5a9ff65dd

local.css

index e13b364..981de77 100644 (file)
--- a/local.css
+++ b/local.css
@@ -102,8 +102,9 @@ div.toggleable#attachments {
 body {
   margin: 0;
   padding: 0;
-  font-family: helvetica,arial,freesans,clean,sans-serif;
+  font-family: sans-serif;
   *font-size: small;
+  line-height: 1.32em;
   color: black;
   background: white;
   font-size: 1.01em; }