From: Fred Drake Date: Thu, 8 Mar 2001 22:17:54 +0000 (+0000) Subject: Add more font flavors for elements; the previous incarnation caused X-Git-Tag: v2.1b2~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eb41557efeafaaac68503d3e19df994535c94df;p=python 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. --- diff --git a/Doc/html/style.css b/Doc/html/style.css index 7bfa16ff89..767cf7407d 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 }