From 6d2160aa26df3a48dbb3f6969cff87fb1b239cbe Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 21 Oct 2013 20:36:08 +1300 Subject: [PATCH] explicit fonts in css --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index ea5c3c4..022ec4b 100644 --- a/static/style.css +++ b/static/style.css @@ -27,6 +27,8 @@ html, body { padding:0; /* cosmetic */ + font-family:"Helvetica Neue","Segoe UI",Arial,sans-serif; + font-size:12px; background:#DDD url('pixel_weave.png'); /* thanks subtlepatterns.com ! */ color:#333; }