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;
}
@@ -1748,6 +1748,28 @@ div.stat-bar {
src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
}
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: normal;
src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff');
}
/*
* lib/css/bootstrap/headings.css
*/
@@ -3469,13 +3491,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 {
@@ -3486,6 +3508,10 @@ body {
background: url(../images/stripedbg.png) repeat;
}
.small {
font-size: 11.5px;
}
.erpnext-footer {
margin: 11px auto;
text-align: center;