Change default font style.

This commit is contained in:
Paulo Gustavo Veiga
2012-07-02 00:37:48 -03:00
parent ef89c0457b
commit 1df9afda1b
6 changed files with 18 additions and 15 deletions

View File

@@ -48,7 +48,8 @@ abbr, acronym {
*
*/
body {
font: 13px arial, helvetica, clean, sans-serif;
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: small;
font: x-small;
}
@@ -88,7 +89,7 @@ body * {
}
body {
font: normal 80% "trebuchet ms", verdana, arial, helvetica, sans-serif;
font: normal 80% "Helvetica Neue",Helvetica,Arial,sans-serif;
background-color: #fff;
}
@@ -134,7 +135,7 @@ h1 {
}
h3 {
/* use as subhead on main body */
/* use as subhead on main body */
clear: left;
font-style: normal;
font-size: 130%;
@@ -142,7 +143,7 @@ h3 {
}
h4 {
/* use as headers in footer */
/* use as headers in footer */
font-weight: bold;
font-size: 120%;
border-bottom: 1px solid #8e9181;

View File

@@ -95,5 +95,5 @@ div#embFooter {
left: 0;
border-top: 1px solid black;
background: #E5E5E5;
font-family: Arial;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}