From: Arnaud Legrand Date: Thu, 8 Sep 2011 13:57:47 +0000 (+0200) Subject: Use sans serif fonts for the website X-Git-Tag: v3_6_2~128 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/59f24f917ff0a4e07de32c86287081ede60c93a6?ds=inline Use sans serif fonts for the website --- diff --git a/website/stylesheets/simgridsite.css b/website/stylesheets/simgridsite.css index 23b68fc3fd..2353072e46 100644 --- a/website/stylesheets/simgridsite.css +++ b/website/stylesheets/simgridsite.css @@ -2,6 +2,7 @@ body { margin: 0px; padding: 0px 0px 10px 0px; + font:0.9em "trebuchet ms", helvetica, arial, sans-serif; } /** Header layout ***/ #header {text-align: center;