From 8770f1d41f2439fe383cd9aff4c2b07ca6e3e320 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 11 Jul 2013 08:34:11 +0200 Subject: [PATCH] =?UTF-8?q?suppression=20de=20la=20police=20"century=20got?= =?UTF-8?q?hic",=20non=20syst=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/knacss.css | 4 ++-- less/knacss.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/knacss.css b/css/knacss.css index 24cda90..7a593f7 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,5 +1,5 @@ /* -* www.KNACSS.com V2.6i @author: Raphael Goetter, Alsacreations +* www.KNACSS.com V2.6j @author: Raphael Goetter, Alsacreations * Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/ */ @@ -14,7 +14,7 @@ html { body { background-color: #fff; color: #000; - font-family: "Century Gothic", helvetica, arial, sans-serif; + font-family: helvetica, arial, sans-serif; font-size: 1.4em; /* equiv 14px */ line-height: 1.5; /* adapt to your design */ } diff --git a/less/knacss.less b/less/knacss.less index d2f2f20..df07539 100644 --- a/less/knacss.less +++ b/less/knacss.less @@ -42,7 +42,7 @@ html { body { background-color: #fff; color: #000; - font-family: "Century Gothic", helvetica, arial, sans-serif; + font-family: helvetica, arial, sans-serif; font-size: ((@basefont / 10) + 0em); line-height: @l-h; // adapt to your design }