Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9eb4155

Browse files
committed
Add more font flavors for <var> 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.
1 parent 8f72859 commit 9eb4155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/html/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ h1 { font-size: 180% }
4242
h2 { font-size: 150% }
4343
h3, h4 { font-size: 120% }
4444
code, tt { font-family: monospace }
45-
var { font-family: serif;
45+
var { font-family: times, serif;
4646
font-style: italic;
4747
font-weight: normal }
4848

0 commit comments

Comments
 (0)