Skip to content

Commit

Permalink
Import the PT Serif font from google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Aug 9, 2014
1 parent 0f1dddf commit ac87e00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/application.css">
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
</head>
5 changes: 5 additions & 0 deletions source/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
html, body {
height: 100%;
background: $concrete;
font-family: $pt-serif;
}

h1, h2, h3, h4, h5, h6, p, figure {
margin: 0;
}

a {
color: inherit;
}

0 comments on commit ac87e00

Please sign in to comment.