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 @@