From 0c42e15aa50ac9b4b93696179b61a40161dfaffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Tue, 4 Jun 2013 11:49:00 +0200 Subject: [PATCH] Changed default font to Droid Sans --- static/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index aca6c5b..50583dd 100644 --- a/static/main.css +++ b/static/main.css @@ -1,4 +1,5 @@ @import url("http://fonts.googleapis.com/css?family=Source+Code+Pro"); +@import url(http://fonts.googleapis.com/css?family=Droid+Sans); html, body, div, @@ -91,7 +92,7 @@ a img { border: none; } body { - font-family: 'Arial'; + font-family: 'Droid Sans'; background-color: #faf9f0; color: #444; }