From a627f9db1a4e83886594d16d268c2525e2aa211c Mon Sep 17 00:00:00 2001 From: Mickey Kay Date: Wed, 22 Jan 2014 09:17:06 -0800 Subject: [PATCH] Updated font and blockquote styles. --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 12eedfd..d11a43c 100644 --- a/style.css +++ b/style.css @@ -140,7 +140,7 @@ html { body { background-color: #fff; color: #666; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: Lato, sans-serif; font-size: 16px; font-size: 1.6rem; font-weight: 300; @@ -228,6 +228,12 @@ blockquote::before { top: 0px; } +blockquote cite { + display: block; + margin-right: 10%; + text-align: right; +} + .content code { background-color: #333; color: #ddd; @@ -780,7 +786,6 @@ img.alignright, .author-box-title { color: #333; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; font-size: 1.6rem; margin-bottom: 4px;