Update report.py

This commit is contained in:
Alexey Milovidov 2022-05-28 21:25:42 +03:00 committed by GitHub
parent e500ec5fd8
commit e48af2efe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@ HTML_BASE_TEST_TEMPLATE = """
<!DOCTYPE html>
<html>
<style>
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
body {{ font-family: "Hind Siliguri", Arial, sans-serif; background: #EEE; }}
body {{ font-family: "DejaVu Sans", "Noto Sans", Arial, sans-serif; background: #EEE; }}
h1 {{ margin-left: 10px; }}
th, td {{ border: 0; padding: 5px 10px 5px 10px; text-align: left; vertical-align: top; line-height: 1.5; background-color: #FFF;
td {{ white-space: pre; font-family: Monospace, Courier New; }}