brotherton-erpnext/startup/__init__.py

15 lines
237 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;
}
</style>
"""