Changed font to Open Sans

pelican
J. Fernando Sánchez 10 years ago
parent bc4c4bbaa0
commit 3ddba31b88

@ -18,7 +18,7 @@
<link rel="stylesheet" media="only screen and (min-width: 0px) and (max-width: 599px)" href="/css/main-xs.css">
<link rel="stylesheet" media="only screen and (min-width: 600px) and (max-width: 1199px)" href="/css/main-medium.css">
<link rel="stylesheet" media="only screen and (min-width: 1200px)" href="/css/main-desktop.css">
<link href='http://fonts.googleapis.com/css?family=Overlock|Comfortaa' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300|Comfortaa' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container" class="container">

@ -10,6 +10,6 @@
#post ul { margin: 0 0 32px 50px; }
#objective { width: 500px; float: left; }
#objective p { font-style: italic; color: #666; }
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
#post dd { padding-left: 200px; }
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 100px; float: left; height: 100px; border-right: 1px solid #999; }
#post dd { padding-left: 150px; }
#post dd.clear { float: none; margin: 0; height: 15px; }

@ -10,5 +10,5 @@
#objective { width: 500px; float: left; }
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
#post dd { padding-left: 200px; }
#post dd { padding-left: 150px; }
#post dd.clear { float: none; margin: 0; height: 15px; }

@ -152,18 +152,6 @@
}
body {
overflow-y: scroll;
background: url(../img/noise.jpg);
}
html,
body {
margin:0;
padding:0;
height:100%;
font-family: 'Overlock', cursive;
}
footer {
height: 180px;
position:absolute;
@ -246,7 +234,7 @@ header {
#headline a:hover {
color: white;
text-shadow: 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
text-shadow: 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
@ -303,9 +291,7 @@ header {
}
#navbar {
position: relative;
font-size: 1.4em;
padding: 0.5em;
font-size: 1.2em;
padding-left: 300px;
}
@ -350,7 +336,7 @@ div.navbar {
position: relative;
color: #000;
background-color: #fff;
text-shadow: 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
text-shadow: 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
border-top: 1px solid #555;
border-bottom: 1px solid #555;
z-index: 100;

@ -150,23 +150,6 @@
height: 0;
}
body {
overflow-y: scroll;
background: url(../img/noise.jpg);
}
html,
body {
margin:0;
padding:0;
height:100%;
font-family: 'Overlock', cursive;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
footer {
height: 110px;
position:absolute;
@ -306,9 +289,7 @@ header {
}
#navbar {
position: relative;
font-size: 1.4em;
padding: 0.5em;
font-size: 1em;
padding-left: 20%;;
}

@ -2,18 +2,6 @@
width: 80%;
}
html,
body {
margin:0;
padding:0;
height:100%;
font-family: 'Overlock', cursive;
}
body {
background: url(../img/noise.jpg);
}
#container {
margin: 1em;
padding: 0.2em;
@ -43,8 +31,7 @@ body {
}
#navbar {
position: relative;
font-size: 1.4em;
font-size: 1em;
padding: 0.2em;
}

@ -1,3 +1,16 @@
html,
body {
margin:0;
padding:0;
height:100%;
font-family: 'Open Sans', sans-serif;
}
body {
overflow-y: scroll;
background: url(../img/noise.jpg);
}
.site .footer {
font-size: 80%;
color: #666;
@ -61,3 +74,9 @@ code {
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
#navbar {
position: relative;
padding: 0.5em;
padding-left: 300px;
}

Loading…
Cancel
Save