From: Frank Lichtenheld Date: Sat, 9 Jun 2007 21:35:54 +0000 (+0200) Subject: static/debian.css: Use sans-serif as default font X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=01a3bd7fa1b5d5177313f8b116956a65e737a221 static/debian.css: Use sans-serif as default font Suggested by Neil Williams --- diff --git a/static/debian.css b/static/debian.css index 9695645..63fb71b 100644 --- a/static/debian.css +++ b/static/debian.css @@ -39,6 +39,7 @@ html, body { margin: 0 4px 0 4px; padding: 0; text-align: left; + font-family: Arial, Helvetica, sans-serif; /* min-width: 440px - commented out due to mozilla problems*/ } /* direction directive reverses the navbar, too */