regression_test.sh: updates CSS to reference brand fonts and report.css

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
Jed Reynolds
2021-11-29 22:37:04 -08:00
parent cd397ec883
commit 563c7d4258

View File

@@ -561,7 +561,11 @@ function html_generator() {
<html>
<head>
<title>Regression Test Results $NOW</title>
<link rel='stylesheet' href='report.css' />
<style>
body {
font-family: 'Century Gothic';
}
.success {
background-color:green;
}
@@ -577,7 +581,7 @@ table {
td {
margin: 0;
padding: 2px;
font-family: 'Courier New',courier,sans-serif;
font-family: 'Century Gothic','Courier New',courier,sans-serif;
}
h1, h2, h3, h4 {
font-family: 'Century Gothic',Arial,sans,sans-serif;