switch to vollkorn font

This commit is contained in:
Jörg Thalheim 2013-02-04 22:21:48 +01:00
parent 453b5dc235
commit d76c0c9b2a
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ html.no-js.light lang="en"
meta name="twitter:image" content="http://higgsboson.tk/images/logo.png"
== stylesheet_link_tag "site.css"
link href='//fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'
link href='//fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'
link href='//fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'
/![if IE 7]
link type="text/css" rel="stylesheet" media="screen" href="/stylesheets/fontawesome-ie7.css"

View File

@ -36,7 +36,7 @@ h2 {
}
body {
font-family: 'Cabin', Helvetica, Arial, sans-serif;
font-family: 'Vollkorn', Helvetica, Arial, sans-serif;
line-height: 1.3em;
}