Index: public/stylesheets/scm.css =================================================================== --- public/stylesheets/scm.css (revision 14458) +++ public/stylesheets/scm.css (working copy) @@ -35,7 +35,7 @@ #changes-legend li { float: left; background-position: 5px 0; } table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; } -table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;} +table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;} table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; } table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;} table.filecontent tr.spacing th { text-align:center; } @@ -61,7 +61,7 @@ table.filecontent td.line-code pre { margin: 0px; white-space: pre-wrap; - font-family:"Liberation Mono", Courier, monospace; font-size:12px; + font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px; } table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }