From 4339d89dc6163163533a42b72c4b58580b87ee6d Mon Sep 17 00:00:00 2001 From: nelsonlaquet Date: Sun, 1 Sep 2013 06:39:19 -0500 Subject: [PATCH] changed fonts --- public/styles/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles/layout.less b/public/styles/layout.less index fd7bd95c..f951a84b 100644 --- a/public/styles/layout.less +++ b/public/styles/layout.less @@ -8,7 +8,7 @@ html, body { html body { height: 100%; background: #444; - font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; } header {