X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=css%2Fcommon.scss;h=8854f6dd3bbd0c2dbe5fa6fe8e7793fae6c64e4f;hp=7bf33af67b5687980b68dc911dc825e30ebe975e;hb=fd4c038f72250dae2f6bfaa0a1b65ec1eb6c7eaa;hpb=d8778b6587a870f5eb36b5fd5e98297957adf429 diff --git a/css/common.scss b/css/common.scss index 7bf33af..8854f6d 100644 --- a/css/common.scss +++ b/css/common.scss @@ -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 }