Thought I should flag up this admittedly minor issue:-
The default template has this:-
.contentWikiView span.Courier { font-family: Courier, Courier New, monospace }
... and this:
.contentWikiView p.Code {
... snipped...
font-family: Courier New, Courier, monospace;
}
Note that the span.Courier lists Courier New after Courier, so (unlike the Code class), the font span will use the older, non-Cleartype font. At least, that's what happens with firefox 3.6 on Windows Vista.