Commit 19a9cd7f9d23e50609a719724143c34daa517723
1 parent
77860f35
Exists in
master
and in
4 other branches
Included good default font for Windows.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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; | ... | ... |