Commit 96b53a9f599f8fc6e32960fea6a15116e20dfd7a
1 parent
419368f4
Exists in
master
and in
4 other branches
Menlo font added to fix code preview for osx
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/commits.css.scss
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | background:#fff; | 20 | background:#fff; |
21 | color:#333; | 21 | color:#333; |
22 | font-size: 12px; | 22 | font-size: 12px; |
23 | - font-family: 'Courier New', 'andale mono','lucida console',monospace; | 23 | + font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; |
24 | } | 24 | } |
25 | .diff_file_content_image { | 25 | .diff_file_content_image { |
26 | background:#eee; | 26 | background:#eee; |
app/assets/stylesheets/highlight.css.scss
@@ -54,7 +54,7 @@ td.code .highlight { | @@ -54,7 +54,7 @@ td.code .highlight { | ||
54 | table.highlighttable pre{ | 54 | table.highlighttable pre{ |
55 | padding:0; | 55 | padding:0; |
56 | margin:0; | 56 | margin:0; |
57 | - font-family: 'Courier New', 'andale mono','lucida console',monospace; | 57 | + font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; |
58 | color: #333; | 58 | color: #333; |
59 | text-align:left; | 59 | text-align:left; |
60 | } | 60 | } |
@@ -68,7 +68,7 @@ table.highlighttable pre{ | @@ -68,7 +68,7 @@ table.highlighttable pre{ | ||
68 | padding:0; | 68 | padding:0; |
69 | line-height:2.0; | 69 | line-height:2.0; |
70 | margin:0; | 70 | margin:0; |
71 | - font-family: 'Courier New', 'andale mono','lucida console',monospace; | 71 | + font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; |
72 | color: #333; | 72 | color: #333; |
73 | text-align:left;} | 73 | text-align:left;} |
74 | } | 74 | } |