Commit 96b53a9f599f8fc6e32960fea6a15116e20dfd7a

Authored by Dmitriy Zaporozhets
1 parent 419368f4

Menlo font added to fix code preview for osx

app/assets/stylesheets/commits.css.scss
... ... @@ -20,7 +20,7 @@
20 20 background:#fff;
21 21 color:#333;
22 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 25 .diff_file_content_image {
26 26 background:#eee;
... ...
app/assets/stylesheets/highlight.css.scss
... ... @@ -54,7 +54,7 @@ td.code .highlight {
54 54 table.highlighttable pre{
55 55 padding:0;
56 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 58 color: #333;
59 59 text-align:left;
60 60 }
... ... @@ -68,7 +68,7 @@ table.highlighttable pre{
68 68 padding:0;
69 69 line-height:2.0;
70 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 72 color: #333;
73 73 text-align:left;}
74 74 }
... ...