From 25d671a132acca59463e50014c3caf89c24dc295 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Mon, 11 Nov 2013 22:14:00 +0000 Subject: [PATCH] Change main body font to Open Sans, to match the main Havoc website. --- dottes.html | 2 +- dottes.html.learnertune | 2 +- dottes.html.tune | 2 +- web/css/dottes.css | 16 +++++++++++++--- web/index.html | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/dottes.html b/dottes.html index c122990..aad9fc2 100644 --- a/dottes.html +++ b/dottes.html @@ -8,7 +8,7 @@ - diff --git a/dottes.html.learnertune b/dottes.html.learnertune index c5e64e7..57f6235 100644 --- a/dottes.html.learnertune +++ b/dottes.html.learnertune @@ -8,7 +8,7 @@ - diff --git a/dottes.html.tune b/dottes.html.tune index 8f1e1f3..b802d02 100644 --- a/dottes.html.tune +++ b/dottes.html.tune @@ -8,7 +8,7 @@ - diff --git a/web/css/dottes.css b/web/css/dottes.css index f0f3aa0..94cd86d 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -1,18 +1,24 @@ +html { + font-size: 62.5%; +} + body { background-color: #9900cc; background-image: url('../img/purple-fabric-background.jpg'); color: #000000; - font-size: 16px; + font-size: 14px; + font-size: 1.4rem; height: auto; padding-top: 0px; padding-bottom: 20px; - font-family: 'Oswald', serif; + font-family: 'Open Sans', sans-serif; } h1 { background: white; text-align: center; - font-size: 25px; + font-size: 17px; + font-size: 1.7rem; font-weight: bold; } @@ -54,6 +60,7 @@ div.banner h1 display: none; text-align: left; font-size: 50px; + font-size: 5.0rem; font-weight: bold; color: #ffffff; font-family: 'Pirata One', sans-serif; @@ -150,6 +157,7 @@ div.dottes-tune-header-middle div.dottes-tune-header-middle h1 { font-size: 25px; + font-size: 2.5rem; font-weight: bold; text-align: center; margin: 0px; @@ -158,6 +166,7 @@ div.dottes-tune-header-middle h1 div.dottes-tune-header-middle h2 { font-size: 15px; + font-size: 1.5rem; font-weight: normal; text-align: center; margin: 0px; @@ -204,6 +213,7 @@ div.dottes-tune-footer-right a.dottes-tune-link { font-size: 20px; + font-size: 2.0rem; position: relative; top: 12px; } diff --git a/web/index.html b/web/index.html index 20c1bb7..0583e0e 100644 --- a/web/index.html +++ b/web/index.html @@ -8,7 +8,7 @@ -