summaryrefslogtreecommitdiff
path: root/_assets/screen.scss
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-27 08:23:45 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-02-01 10:15:19 -0800
commit133c2e8b01dfe5c268ebda0d4ae76e4399e22487 (patch)
tree71d94aceee980cda84e59e14c39e1976180ddaee /_assets/screen.scss
parentReorganize a little bit the scss (diff)
downloadlumberjaph-133c2e8b01dfe5c268ebda0d4ae76e4399e22487.tar.gz
Small change to the font.
Diffstat (limited to '_assets/screen.scss')
-rw-r--r--_assets/screen.scss12
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 {