brotherton-erpnext/erpnext/startup/__init__.py
2011-09-05 18:43:09 +05:30

16 lines
254 B
Python

# add startup propertes
add_in_head = """
<style>
h1, h2, h3, h4 {
font-family: Tahoma, Sans Serif;
font-weight: bold;
}
body, span, div, td, input, textarea, button, select {
font-family: Verdana, Arial, Sans Serif;
font-size: 12px
}
</style>
"""