fix css font name, patch by Cédric Venet

llvm-svn: 49260
diff --git a/clang/lib/Rewrite/HTMLRewrite.cpp b/clang/lib/Rewrite/HTMLRewrite.cpp
index c832eff..345380f 100644
--- a/clang/lib/Rewrite/HTMLRewrite.cpp
+++ b/clang/lib/Rewrite/HTMLRewrite.cpp
@@ -180,7 +180,7 @@
        << " body { font-family:Helvetica, sans-serif; font-size:10pt }\n"
        << " h1 { font-size:12pt }\n"
        << " .code { border-spacing:0px; width:100%; }\n"
-       << " .code { font-family: \"Andale Mono\", fixed; font-size:10pt }\n"
+       << " .code { font-family: \"Andale Mono\", monospace; font-size:10pt }\n"
        << " .code { line-height: 1.2em }\n"
        << " .num { width:2.5em; padding-right:2ex; background-color:#eeeeee }\n"
        << " .num { text-align:right; font-size: smaller }\n"