Changed font to open-sans

This commit is contained in:
fergal.moran
2012-09-11 12:57:39 +01:00
parent ed7106b771
commit 837e97bb33
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
* {
font-family: 'McLaren', cursive;
font-family: 'Open Sans', sans-serif;
}
body {

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Deep South Sounds</title>
{% include 'inc/meta.html' %}
<link href='http://fonts.googleapis.com/css?family=McLaren' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap/bootstrap-datepicker.css">
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap/bootstrap-timepicker.css">