mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
Sourced wnframework-modules from Google Code as erpnext
This commit is contained in:
15
startup/__init__.py
Normal file
15
startup/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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>
|
||||
"""
|
||||
Reference in New Issue
Block a user