diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-14 22:35:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-14 22:35:59 (GMT) |
commit | e1d4ad3a31b567e69d6d7c441ce70cd35ba59364 (patch) | |
tree | b22a4024605b8c6a3bdfec779312dbd2c2ca7b46 /Doc | |
parent | 9c7a07f7a46570601432c1e490239f8c8b9dccc0 (diff) | |
download | cpython-e1d4ad3a31b567e69d6d7c441ce70cd35ba59364.zip cpython-e1d4ad3a31b567e69d6d7c441ce70cd35ba59364.tar.gz cpython-e1d4ad3a31b567e69d6d7c441ce70cd35ba59364.tar.bz2 |
Finally commit the font changes that have been live on the development site
for a month or more.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/html/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index b24998c..cfd5942 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -47,11 +47,14 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif; h1 { font-size: 180%; } h2 { font-size: 150%; } h3, h4 { font-size: 120%; } -code, tt { font-family: monospace; } +code, tt { font-family: lucida typewriter, lucidatypewriter, + monospace; } var { font-family: times, serif; font-style: italic; font-weight: normal; } +.typelabel { font-family: lucida, sans serif; } + .navigation td { background-color: #99ccff; font-weight: bold; font-family: avantgarde, sans-serif; @@ -61,7 +64,9 @@ var { font-family: times, serif; .titlegraphic { vertical-align: top; } -.verbatim { color: #00008b; } +.verbatim { color: #00008b; + font-family: lucida typewriter, lucidatypewriter, + monospace; } .grammar { background-color: #99ccff; margin-right: 0.5in; |