From adc94d662ff47875d43164de1235a1a13cdf47ca Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 29 Aug 2011 23:32:52 -0700 Subject: [PATCH] apple ui font --- static/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/index.html b/static/index.html index 95c9f6d13..38bd42d2d 100644 --- a/static/index.html +++ b/static/index.html @@ -5,6 +5,10 @@ margin: 0; padding: 0; } + + body { + font-family: Lucida Grande; + } #app-horizontal { background-color: orange;