From 59f24f917ff0a4e07de32c86287081ede60c93a6 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Thu, 8 Sep 2011 15:57:47 +0200 Subject: [PATCH] Use sans serif fonts for the website --- website/stylesheets/simgridsite.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1