hmm for a temporary fix (if you use firefox
) you could use the @-moz-document css
simply insert the following into your userContent.css (in your profile folder)
code:
@-moz-document domain("msghelp.net") {
blockquote font, blockquote span{ font-family:Consolas !important}
}
replace "Consolas" with whatever font you like.
(ive already said this on irc but eh not everyone is on irc)