From 8aa158052bad9710ee27d574cea3e4ae67d14758 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 27 May 2011 23:20:23 -0500 Subject: updating body fonts in css --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 645e1ed..c9cb091 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +body { + color: black; + font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif; + font-size: 0.90em; +} #offset_graphs img { border: none; } -- cgit v1.2.3-59-ga6da