Specify font-family: "courier new", courier, serif; as it makes the Windows result prettier on all browsers tested (IE, Firefox, Chrome).

This commit is contained in:
Beman
2015-02-12 17:57:05 -05:00
parent c0fbae2d2a
commit 6dcda67ed6

View File

@@ -8,8 +8,8 @@ body
}
ins {background-color: #CCFFCC;}
del {background-color: #FFCACA;}
pre {background-color: #D7EEFF; font-size: 95%; font-family: courier, serif;}
code {font-size: 110%; font-family: courier, serif;}
pre {background-color: #D7EEFF; font-size: 95%; font-family: "courier new", courier, serif;}
code {font-size: 110%; font-family: "courier new", courier, serif;}
table {font-size: 100%;}
/*