From 3f501132d0d0c7b1ffa85f998781a4194e85c1bb Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Mon, 14 Jul 2014 18:34:32 -0400 Subject: [PATCH] Move from Verdana font to the Montserrat font Yay for being no longer OS dependant for the font! :3 --- Website/Include/CSS/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index 8a6041e..5edd233 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -2,7 +2,7 @@ body{ /*background: #2f4f5b;*/ background: #1a6b1a; background-image: url('../img/body.jpg'); - font-family: "Verdana"; + font-family: 'Montserrat', serif; min-width:100%; } @@ -51,10 +51,10 @@ hr { } .header h3{ - font-family: "Verdana Bold Italc"; - font-size: 60px; + font-family: "Montserrat Bold Italc"; + font-size: 52px; font-weight: 700; - margin-left: 24%; + margin-left: 21%; color: #53960f; }