From 837e97bb33edeea75cab3e5ff32d72c951376168 Mon Sep 17 00:00:00 2001 From: "fergal.moran" Date: Tue, 11 Sep 2012 12:57:39 +0100 Subject: [PATCH] Changed font to open-sans --- static/css/deepsouthsounds.css | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/deepsouthsounds.css b/static/css/deepsouthsounds.css index aed33c4..b28e205 100644 --- a/static/css/deepsouthsounds.css +++ b/static/css/deepsouthsounds.css @@ -1,5 +1,5 @@ * { - font-family: 'McLaren', cursive; + font-family: 'Open Sans', sans-serif; } body { diff --git a/templates/base.html b/templates/base.html index a984e9a..dc562a2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ Deep South Sounds {% include 'inc/meta.html' %} - +