mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +00:00
using font lato
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user