From eb86b14ac2e9eaab5e8c969d4840c028102c1741 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Mon, 16 May 2011 16:21:05 -0700 Subject: [PATCH] the glorious Mark Otto points out that the submit button style is not getting the proper font declaration. Fixed --- stylesheets/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index cb69f05..bc7b9c6 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -150,7 +150,8 @@ text-shadow: 0 1px rgba(255, 255, 255, .75); cursor: pointer; margin-bottom: 20px; - line-height: 21px; } + line-height: 21px; + font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } a.button:hover, button:hover {