diff --git a/index.html b/index.html
index 0a5a585464..227a5b40a9 100644
--- a/index.html
+++ b/index.html
@@ -3,13 +3,19 @@
- Evennia by evennia
+ Evennia Python MUD/MU creation system
+
+
+
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index d79738f388..af3597aef5 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -1,4 +1,5 @@
-@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
+/* @import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
+@import url(https://fonts.googleapis.com/css?family=Open%20Sans:400,700,400italic); */
/* MeyerWeb Reset */
@@ -27,7 +28,7 @@ time, mark, audio, video {
body {
padding:10px 50px 0 0;
- font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-family:"Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #232323;
background-color: #F4F3F1;