From 77860f3537451c8e565dfd06584ee4044e65572e Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Tue, 19 Jun 2012 07:55:01 -0300 Subject: Included good default for Windows and standardized
 font
 families

---
 app/assets/stylesheets/highlight/white.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index e00da2d84b4..a08f05bdb54 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', '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;}
   }
-- 
cgit v1.2.1


From 19a9cd7f9d23e50609a719724143c34daa517723 Mon Sep 17 00:00:00 2001
From: Nathan Anderson 
Date: Tue, 19 Jun 2012 07:56:09 -0300
Subject: Included good default font for Windows.

---
 app/assets/stylesheets/sections/commits.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index a60540dbace..078709e2afc 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', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
+    font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
   }
   .diff_file_content_image {
     background:#eee;
-- 
cgit v1.2.1