From c8eec0c752c5e3890c0b4b7ffb0d92458ddc4269 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Thu, 21 Mar 2013 09:01:44 -0400 Subject: [PATCH] sans-serif --- site/less/github.less | 1 + site/less/layout.less | 3 +++ 2 files changed, 4 insertions(+) diff --git a/site/less/github.less b/site/less/github.less index 3c33941..5698d8f 100644 --- a/site/less/github.less +++ b/site/less/github.less @@ -41,6 +41,7 @@ #github-wrapper { + .sans-serif; position: absolute; z-index: 1001; top: 0px; diff --git a/site/less/layout.less b/site/less/layout.less index 52c649a..cb3da83 100644 --- a/site/less/layout.less +++ b/site/less/layout.less @@ -1,6 +1,9 @@ /* Copyright (c) Paul Tagliamonte 2013 under the * terms and conditions of Hy it's self. */ +.sans-serif { + font-family: cantarell, tahoma, sans-serif; +} .reset { padding: 0px;