suppression de la police "century gothic", non système

This commit is contained in:
Raphael Goetter 2013-07-11 08:34:11 +02:00
parent 1ef98ca109
commit 8770f1d41f
2 changed files with 3 additions and 3 deletions

View file

@ -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
}