From 133c2e8b01dfe5c268ebda0d4ae76e4399e22487 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 27 Jan 2014 08:23:45 -0800 Subject: Small change to the font. --- _assets/screen.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '_assets') diff --git a/_assets/screen.scss b/_assets/screen.scss index 1fa2841..87e97b0 100644 --- a/_assets/screen.scss +++ b/_assets/screen.scss @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Cabin); +@import url(http://fonts.googleapis.com/css?family=Actor); $mq-mobile-portrait : 20em !default; $mq-mobile-landscape : 30em !default; @@ -151,14 +151,14 @@ html { } body { - font-family: 'Cabin', sans-serif; + // font-family: 'Cabin', sans-serif; + font-family: 'Actor', sans-serif; background-color: #fff; font-weight:400; text-align:left; - color:#222; margin: auto; - font-size: 16px; + font-size: 15px; @include tablet-portrait-and-below { font-size: 0.8em; @@ -364,7 +364,9 @@ text-align: center; #entry { padding: 0; margin: 0 auto; - + font-weight: 300; + color: #222; + .entry-title { width: 623px; @include tablet-portrait-and-below { -- cgit v1.2.3