diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss index 2b95d4b5dd13ba057798dab7ef22c80fc7248078..e00da2d84b4d654592cb978da84b2720e44eda06 100644 --- a/app/assets/stylesheets/highlight/white.scss +++ b/app/assets/stylesheets/highlight/white.scss @@ -51,7 +51,7 @@ td.code .highlight { table.highlighttable pre{ padding:0; margin:0; - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; + font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace; color: #333; text-align:left; } diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index c0a5d708a12591701cb1a9f3acad262e0ee58882..a60540dbace8384606c9362c96aa7e8d831b739e 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -81,7 +81,7 @@ background:#fff; color:#333; font-size: 12px; - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; + font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace; } .diff_file_content_image { background:#eee;