From cc641b3fdd29944525aa16ef077c2135e8869f67 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 4 Nov 2011 13:48:32 +0000 Subject: [PATCH] Found the right font! --- app/assets/stylesheets/photos.css.sass | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/photos.css.sass b/app/assets/stylesheets/photos.css.sass index 550c51f..b9f6751 100644 --- a/app/assets/stylesheets/photos.css.sass +++ b/app/assets/stylesheets/photos.css.sass @@ -6,7 +6,9 @@ html body background: #101010 color: white - font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif + font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif + letter-spacing: 0.1em + font-weight: 100 font-size: 100% overflow: hidden @@ -153,7 +155,7 @@ p a right: 0 text-align: right margin: 0 20px - font-weight: normal + font-weight: 100 font-size: 1em line-height: 1em @@ -188,8 +190,8 @@ img div padding: 2px 12px p - margin-top: 0.6em - line-height: 1.35em + margin-top: 0.7em + line-height: 1.3em /* FORM @@ -218,7 +220,7 @@ form textarea height: 150px width: 335px - font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif + font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif font-size: 1em padding: 5px color: #333 @@ -228,7 +230,7 @@ form border-radius: 3px input &[type='text'] - font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif + font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif font-size: 1em padding: 5px color: #333 @@ -270,7 +272,7 @@ input.error, textarea.error form input[type='submit'] background: #666 - font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif + font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif font-size: 1em padding: 3px 8px color: white