diff options
Diffstat (limited to '')
| -rw-r--r-- | _assets/screen.scss | 12 |
1 files changed, 7 insertions, 5 deletions
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 { |
