Commit acdbc1b4c50c854be0be8977940aecfd0c354704
1 parent
e27a1d31
Exists in
master
and in
4 other branches
Better fonts for code
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/highlight/white.scss
@@ -51,7 +51,7 @@ td.code .highlight { | @@ -51,7 +51,7 @@ td.code .highlight { | ||
51 | table.highlighttable pre{ | 51 | table.highlighttable pre{ |
52 | padding:0; | 52 | padding:0; |
53 | margin:0; | 53 | margin:0; |
54 | - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; | 54 | + font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace; |
55 | color: #333; | 55 | color: #333; |
56 | text-align:left; | 56 | text-align:left; |
57 | } | 57 | } |
app/assets/stylesheets/sections/commits.scss
@@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
81 | background:#fff; | 81 | background:#fff; |
82 | color:#333; | 82 | color:#333; |
83 | font-size: 12px; | 83 | font-size: 12px; |
84 | - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; | 84 | + font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace; |
85 | } | 85 | } |
86 | .diff_file_content_image { | 86 | .diff_file_content_image { |
87 | background:#eee; | 87 | background:#eee; |