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; }