From 01a3bd7fa1b5d5177313f8b116956a65e737a221 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 9 Jun 2007 23:35:54 +0200 Subject: [PATCH] static/debian.css: Use sans-serif as default font Suggested by Neil Williams --- static/debian.css | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.2