From 5cc90ee65c7f4df395b2d9c474791e1c8757247e Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 16 Mar 2003 10:11:33 +0000 Subject: [PATCH] fonts git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2310 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/style.css b/Docs/style.css index 2c4139d0..efa438d3 100644 --- a/Docs/style.css +++ b/Docs/style.css @@ -1,9 +1,9 @@ body { - font-family: Verdana,Arial,Tahoma; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } pre { - font-family: Courier New; + font-family: Courier New, Courier, mono; background-color: #F7F7F7; padding: 1px; }