using font lato

This commit is contained in:
Rushabh Mehta
2012-03-21 13:35:34 +05:30
parent a632ebf1bb
commit 983a171567
8 changed files with 55 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, Sans;
font-size: 12px;
font-size: 14px;
color: #000;
background-color: #e2e2e2;
}
@@ -1631,13 +1631,13 @@ button.btn.small, input[type="submit"].btn.small {
* erpnext/startup/startup.css
*/
h1, h2, h3, h4, h5 {
font-family: Tahoma, Arial, Verdana, sans-serif;
font-family: "Lato", Helvetica, "Helvetica Neue", sans-serif;
font-weight: bold;
}
body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 12px;
font-family: "Lato", Helvetica, "Helvetica Neue", sans-serif;
font-size: 13px;
}
span, div, td, input, textarea, button, select {
@@ -1648,6 +1648,10 @@ body {
background: url(../images/stripedbg.png) repeat;
}
.small {
font-size: 11.5px;
}
.erpnext-footer {
margin: 11px auto;
text-align: center;