From 198e23b0e26899e3ce68ec68df52682548328a8c Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Sat, 17 May 2014 22:22:17 -0700 Subject: [PATCH] Prefer sans-serif typefaces --- reactornado/style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.39.2