From 9eb41557efeafaaac68503d3e19df994535c94df Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 8 Mar 2001 22:17:54 +0000 Subject: Add more font flavors for elements; the previous incarnation caused some NT/IE5.5 users to see only boxes for these characters. This might be specific to NT Service Pack 6. --- Doc/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/html/style.css b/Doc/html/style.css index 7bfa16f..767cf74 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -42,7 +42,7 @@ h1 { font-size: 180% } h2 { font-size: 150% } h3, h4 { font-size: 120% } code, tt { font-family: monospace } -var { font-family: serif; +var { font-family: times, serif; font-style: italic; font-weight: normal } -- cgit v0.12