From f5053517308ff4169525c469ec61abedd56598ee Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 16 Jun 2020 22:38:37 +0200 Subject: [PATCH] Some HTML tweaks --- index.html | 8 +++++++- stylesheets/styles.css | 5 +++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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;