default theme - use the PT Sans font

This commit is contained in:
Simon
2012-07-02 00:14:37 +02:00
parent b1e704169f
commit 2f178abdee
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
body {
font: 100%/1.4 "PT Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "PT Sans", sans-serif;
}
header h1 {
margin-top: 40px;
margin-bottom: 0;

View File

@@ -10,6 +10,7 @@
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans">
<link rel="stylesheet" href="{{ theme.path }}/css/base.css">
<link rel="stylesheet" href="{{ theme.path }}/css/skeleton.css">
<link rel="stylesheet" href="{{ theme.path }}/css/style.css">