Skip to content

Commit

Permalink
Add Merriweather font, increase nav size. Closes barryclark#43.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Aug 27, 2014
1 parent 46e5982 commit 209a2dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
<link rel="stylesheet" href="{{ "/css/basscss.css" | prepend: site.baseurl }}" type="text/css">
<link rel="stylesheet" href="{{ "/css/pixyll.css" | prepend: site.baseurl }}" type="text/css">
<link rel="stylesheet" href="{{ "/css/solarized-dark.css" | prepend: site.baseurl }}" type="text/css">

<!-- Merriweather Font -->
<link href='http://fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'>
</head>
2 changes: 1 addition & 1 deletion _posts/2014-06-09-so-what-is-jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories: jekyll pixyll

Jekyll is a tool for transforming your plain text into static websites and
blogs. It is simple, static, and blog-aware. Jekyll uses the
[Liquid](http://docs.shopify.com/themes/liquid-basics)templating
[Liquid](http://docs.shopify.com/themes/liquid-basics) templating
language and has builtin [Markdown](http://daringfireball.net/projects/markdown/)
and [Textile](http://en.wikipedia.org/wiki/Textile_(markup_language)) support.

Expand Down
5 changes: 2 additions & 3 deletions css/pixyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

body {
font-family: "PT Serif", Georgia, "Times New Roman", serif;
font-family: "Merriweather", "PT Serif", Georgia, "Times New Roman", serif;
}

html, body {
Expand Down Expand Up @@ -53,8 +53,7 @@ body {
}

.site-header nav a {
font-size: 12px;
font-weight: 400;
font-size: 16px;
color: #666;
}

Expand Down

0 comments on commit 209a2dd

Please sign in to comment.