blob: bdbde167ae30835342b9badcddfa0574551aaa4e [file] [log] [blame]
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05301# add startup propertes
2
3add_in_head = """
4<style>
5h1, h2, h3, h4 {
6 font-family: Tahoma, Sans Serif;
7 font-weight: bold;
8}
9
10body, span, div, td, input, textarea, button, select {
11 font-family: Verdana, Arial, Sans Serif;
Rushabh Mehta962e92e2011-09-05 13:14:18 +053012 font-size: 12px
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053013}
14
15</style>
16"""