summaryrefslogtreecommitdiff
path: root/css/main.css
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 /css/main.css
parent48e487f6146a721aedeb8d0d0009b51f4447cbb2 (diff)
Update fonts.
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css16
1 files changed, 8 insertions, 8 deletions
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;