Commit 25f1a7ec8ab793438c49c933b96cf80ea1d89e51

Authored by Dmitriy Zaporozhets
2 parents acdbc1b4 19a9cd7f

Merge pull request #940 from anoldguy/master

Update Fonts to include good Windows Default monospaced font, too.
app/assets/stylesheets/highlight/white.scss
... ... @@ -51,7 +51,7 @@ td.code .highlight {
51 51 table.highlighttable pre{
52 52 padding:0;
53 53 margin:0;
54   - font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
  54 + font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
55 55 color: #333;
56 56 text-align:left;
57 57 }
... ... @@ -61,7 +61,7 @@ table.highlighttable pre{
61 61 padding:15px;
62 62 line-height:2.0;
63 63 margin:0;
64   - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace;
  64 + font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
65 65 color: #333;
66 66 text-align:left;}
67 67 }
... ...
app/assets/stylesheets/sections/commits.scss
... ... @@ -81,7 +81,7 @@
81 81 background:#fff;
82 82 color:#333;
83 83 font-size: 12px;
84   - font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
  84 + font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
85 85 }
86 86 .diff_file_content_image {
87 87 background:#eee;
... ...