Change main body font to Open Sans, to match the main Havoc website.

This commit is contained in:
Jim Hague 2013-11-11 22:14:00 +00:00
parent 7263a54de5
commit 25d671a132
5 changed files with 17 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="../css/960.css" /> <link rel="stylesheet" href="../css/960.css" />
<link rel="stylesheet" href="../css/dottes.css" /> <link rel="stylesheet" href="../css/dottes.css" />
<link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' <link href='http://fonts.googleapis.com/css?family=Pirata+One|Open+Sans'
rel='stylesheet' type='text/css'> rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="../css/960.css" /> <link rel="stylesheet" href="../css/960.css" />
<link rel="stylesheet" href="../css/dottes.css" /> <link rel="stylesheet" href="../css/dottes.css" />
<link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' <link href='http://fonts.googleapis.com/css?family=Pirata+One|Open+Sans'
rel='stylesheet' type='text/css'> rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="../css/960.css" /> <link rel="stylesheet" href="../css/960.css" />
<link rel="stylesheet" href="../css/dottes.css" /> <link rel="stylesheet" href="../css/dottes.css" />
<link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' <link href='http://fonts.googleapis.com/css?family=Pirata+One|Open+Sans'
rel='stylesheet' type='text/css'> rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>

View File

@ -1,18 +1,24 @@
html {
font-size: 62.5%;
}
body { body {
background-color: #9900cc; background-color: #9900cc;
background-image: url('../img/purple-fabric-background.jpg'); background-image: url('../img/purple-fabric-background.jpg');
color: #000000; color: #000000;
font-size: 16px; font-size: 14px;
font-size: 1.4rem;
height: auto; height: auto;
padding-top: 0px; padding-top: 0px;
padding-bottom: 20px; padding-bottom: 20px;
font-family: 'Oswald', serif; font-family: 'Open Sans', sans-serif;
} }
h1 { h1 {
background: white; background: white;
text-align: center; text-align: center;
font-size: 25px; font-size: 17px;
font-size: 1.7rem;
font-weight: bold; font-weight: bold;
} }
@ -54,6 +60,7 @@ div.banner h1
display: none; display: none;
text-align: left; text-align: left;
font-size: 50px; font-size: 50px;
font-size: 5.0rem;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #ffffff;
font-family: 'Pirata One', sans-serif; font-family: 'Pirata One', sans-serif;
@ -150,6 +157,7 @@ div.dottes-tune-header-middle
div.dottes-tune-header-middle h1 div.dottes-tune-header-middle h1
{ {
font-size: 25px; font-size: 25px;
font-size: 2.5rem;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
margin: 0px; margin: 0px;
@ -158,6 +166,7 @@ div.dottes-tune-header-middle h1
div.dottes-tune-header-middle h2 div.dottes-tune-header-middle h2
{ {
font-size: 15px; font-size: 15px;
font-size: 1.5rem;
font-weight: normal; font-weight: normal;
text-align: center; text-align: center;
margin: 0px; margin: 0px;
@ -204,6 +213,7 @@ div.dottes-tune-footer-right
a.dottes-tune-link a.dottes-tune-link
{ {
font-size: 20px; font-size: 20px;
font-size: 2.0rem;
position: relative; position: relative;
top: 12px; top: 12px;
} }

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/960.css" /> <link rel="stylesheet" href="css/960.css" />
<link rel="stylesheet" href="css/dottes.css" /> <link rel="stylesheet" href="css/dottes.css" />
<link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' <link href='http://fonts.googleapis.com/css?family=Pirata+One|Open+Sans'
rel='stylesheet' type='text/css'> rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>