Change default font style.
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user