summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2013-11-29 16:20:23 +0000
committerJosé Mota <jose@josemota.net>2013-11-29 16:20:23 +0000
commit1e6710fefbaa2b57ebca571e3b66737ec754dcc6 (patch)
tree11a5abb042e72a7f497b33cc40b2928fa6b54833
parent48e487f6146a721aedeb8d0d0009b51f4447cbb2 (diff)
Update fonts.
-rw-r--r--_config.yml5
-rw-r--r--_layouts/post.html4
-rw-r--r--_layouts/static.html4
-rw-r--r--css/main.css16
4 files changed, 14 insertions, 15 deletions
diff --git a/_config.yml b/_config.yml
index a518046..644021a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,7 +1,6 @@
safe: false
-auto: false
-server: false
-server_port: 9001
+serve: true
+port: 9001
baseurl: /
url: http://localhost:4000
diff --git a/_layouts/post.html b/_layouts/post.html
index 1ac6426..175810c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8"/>
<title>{{page.title}} &bull; José Mota</title>
- <link href='http://fonts.googleapis.com/css?family=PT+Serif:400,400italic&subset=latin,latin-ext' rel='stylesheet' />
- <link href='http://fonts.googleapis.com/css?family=Rosarivo:400,400italic' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Merriweather:300,400,700,300italic,400italic,700italic' rel='stylesheet' type='text/css'/>
+ <link href='http://fonts.googleapis.com/css?family=Arapey:400italic' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
diff --git a/_layouts/static.html b/_layouts/static.html
index 5faafc9..969ca7d 100644
--- a/_layouts/static.html
+++ b/_layouts/static.html
@@ -4,8 +4,8 @@
<meta charset="utf-8"/>
<title>José Mota &bull; {{page.title}}</title>
<meta http-equiv="description" content="José Mota is a web interface designer and Ruby / Javascript developer. He speaks occasionally and he loves his Vim editor."/>
- <link href='http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic&subset=latin,latin-ext' rel='stylesheet' />
- <link href='http://fonts.googleapis.com/css?family=Rosarivo:400,400italic' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Merriweather:300,400,700,300italic,400italic,700italic' rel='stylesheet' type='text/css'/>
+ <link href='http://fonts.googleapis.com/css?family=Arapey:400italic' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
diff --git a/css/main.css b/css/main.css
index 4d30a64..9914b76 100644
--- a/css/main.css
+++ b/css/main.css
@@ -3,7 +3,7 @@ body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre {
padding: 0;
color: #444444;
font-size: 18px;
- font-family: "PT Serif", Georgia, serif;
+ font-family: "Merriweather", Georgia, serif;
-webkit-font-smoothing: antialiased; }
body {
@@ -19,7 +19,7 @@ body {
h1 {
margin: 36px 0 46px;
text-align: center;
- font: italic 1.8em normal "Rosarivo", "Baskerville", "PT Serif", Georgia, serif; }
+ font: italic 1.8em "Arapey", Georgia, serif; }
a {
text-decoration: none;
@@ -38,11 +38,11 @@ a:hover {
}
p, li {
- line-height: 1.4em; }
+ line-height: 1.6em; }
h2 {
- line-height: 18px;
- margin-top: 18px; }
+ line-height: 1em;
+ margin-top: 2.4em; }
p + p {
text-indent: 1.4em; }
@@ -59,7 +59,7 @@ blockquote {
}
pre, code {
- font-family: Monaco, Menlo, DejaVu Sans Mono, monospace;
+ font-family: "Source Code Pro", Monaco, Menlo, DejaVu Sans Mono, monospace;
font-size: 93%;
}
@@ -86,7 +86,7 @@ hr {
background: rgba(255,255,255,.8);
width: 720px;
margin: 120px auto;
- padding: 2.8em;
+ padding: 3.8em;
box-sizing: border-box;
box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45);
position: relative;
@@ -103,7 +103,7 @@ hr {
#slogan {
text-align: center;
color: rgba(0,0,0,.3);
- margin-top: -3em;
+ margin-top: -2.5em;
margin-bottom: 4em;
display: block;
font-style: normal;