From: Drew Fisher Date: Sun, 18 May 2014 05:22:17 +0000 (-0700) Subject: Prefer sans-serif typefaces X-Git-Url: http://git.zarvox.org/static/%24c%5B5%5D?a=commitdiff_plain;h=198e23b0e26899e3ce68ec68df52682548328a8c;p=imoo.git Prefer sans-serif typefaces --- diff --git a/reactornado/style.css b/reactornado/style.css index e8b865b..eb7b346 100644 --- a/reactornado/style.css +++ b/reactornado/style.css @@ -1,3 +1,10 @@ +html { + font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; + font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif; + font-weight:300; + color:#484848; + line-height:1.28; +} body { margin: 0px; padding: 0px;