diff options
-rw-r--r-- | Doc/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |