OSDN Git Service

Better fonts for code
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Tue, 19 Jun 2012 10:48:39 +0000 (13:48 +0300)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Tue, 19 Jun 2012 10:48:39 +0000 (13:48 +0300)
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/sections/commits.scss

index 2b95d4b..e00da2d 100644 (file)
@@ -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;
 }
index c0a5d70..a60540d 100644 (file)
@@ -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;