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;