Merge pull request #940 from anoldguy/master

Update Fonts to include good Windows Default monospaced font, too.
This commit is contained in:
Dmitriy Zaporozhets 2012-06-19 04:01:52 -07:00
commit 25f1a7ec8a
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ td.code .highlight {
table.highlighttable pre{
padding:0;
margin:0;
font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
color: #333;
text-align:left;
}
@ -61,7 +61,7 @@ table.highlighttable pre{
padding:15px;
line-height:2.0;
margin:0;
font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
color: #333;
text-align:left;}
}

View file

@ -81,7 +81,7 @@
background:#fff;
color:#333;
font-size: 12px;
font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
}
.diff_file_content_image {
background:#eee;