remove web font, good enough and more accesible without
[iankelling.org] / css / common.scss
index 7bf33af67b5687980b68dc911dc825e30ebe975e..8854f6dd3bbd0c2dbe5fa6fe8e7793fae6c64e4f 100644 (file)
@@ -1,7 +1,5 @@
 // a few minor things are in main.css and gitweb.css
 
-@import "open-sans";
-
 $comment-background-color: #ebeae4;
 $comment-br-color: #c4c3bc; // a darkish color, black is too striking
 $comment-date-color: #555; // a bit lighter for less emphasis
@@ -16,6 +14,6 @@ $text-input-color: #fff;
 
 body {
   background-color: $site-background-color; // default too bright. use gitweb's color
-  font-family: 'Open Sans',sans-serif;
+  font-family: "Lucida Sans Unicode","Lucida Grande","Verdana","FreeSans",sans-serif;
   margin: 0; // get rid of the small default margin so we can stripe the page
 }