Skip to content

Commit

Permalink
fix incorrect font for header for single post page
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevin committed May 29, 2011
1 parent 84b8a8d commit 5727330
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Expand Up @@ -2,7 +2,7 @@
layout: default
---
<div class="single-post">
<h2>{{ page.title }}</h2>
<h2 class="internal">{{ page.title }}</h2>
<p class="date-sub-head"><a href="/about">Michael Levin</a> | {{ page.date | date: "%A, %B %d, %Y" }}</p>
<p>{{ content }}</p>
</div>
Expand Down
6 changes: 6 additions & 0 deletions css/style.css
Expand Up @@ -113,6 +113,12 @@ em {
font-style: italic;
}

.single-post h2 {
font-family: 'Yanone Kaffeesatz';
font-size: 30px;
margin: 0;
}

.post h2 {
font-family: 'Yanone Kaffeesatz';
font-size: 30px;
Expand Down

0 comments on commit 5727330

Please sign in to comment.