If you wish to tweak the CSS in the reports, you'll probably want to modify the Python Lib directory's robot/htmldata/rebot/common.css
file (for Linux, this is usually located in /usr/local/lib/python2.7/dist-packages
; in Windows it's usually C:\Python27\Lib\site-packages
). I prefer the Open Sans font, so I add the following at the top of this file:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
Then, I replace 'Helvetica'
with 'Open Sans'
in the body
's font-family
declaration.