blob: 5fd6ccd7d761ea53f5dc03416e6f99e5cf8ffe62 [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;
12}
13
14</style>
15"""