OSDN Git Service

Included good default for Windows and standardized <pre> font families
authorNathan Anderson <andnat@gmail.com>
Tue, 19 Jun 2012 10:55:01 +0000 (07:55 -0300)
committerNathan Anderson <andnat@gmail.com>
Tue, 19 Jun 2012 10:55:01 +0000 (07:55 -0300)
app/assets/stylesheets/highlight/white.scss

index e00da2d..a08f05b 100644 (file)
@@ -51,7 +51,7 @@ td.code .highlight {
 table.highlighttable pre{
   padding:0;
   margin:0;
-  font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
+  font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
   color: #333;
   text-align:left;
 }
@@ -61,7 +61,7 @@ table.highlighttable pre{
     padding:15px;
     line-height:2.0;
     margin:0;
-    font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace;
+    font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
     color: #333;
     text-align:left;}
   }