X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=css%2Fcommon.scss;h=8854f6dd3bbd0c2dbe5fa6fe8e7793fae6c64e4f;hp=7bf33af67b5687980b68dc911dc825e30ebe975e;hb=56cff87ea0949598b121518b7887cca1f99c619d;hpb=f32a9440b9055001ef3749999eaf3b4d7974932c 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 }