File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ def html_output(output)
44
44
def html_styles
45
45
style = <<-EOT
46
46
<style>
47
- @font-face {font-family: Calibri;}
47
+ @font-face {font-family: Calibri, Helvetica, sans-serif ;}
48
48
49
- h1 {font-family: Calibri; font-size: 16pt;}
50
- h2 {font-family: Calibri; font-size: 14pt; margin: 1em 0em .2em;}
51
- h3 {font-family: Calibri; font-size: 12pt; margin: 1em 0em .2em;}
52
- body {font-family: Calibri; font-size: 11pt;}
49
+ h1 {font-family: Calibri, Helvetica, sans-serif ; font-size: 16pt;}
50
+ h2 {font-family: Calibri, Helvetica, sans-serif ; font-size: 14pt; margin: 1em 0em .2em;}
51
+ h3 {font-family: Calibri, Helvetica, sans-serif ; font-size: 12pt; margin: 1em 0em .2em;}
52
+ body {font-family: Calibri, Helvetica, sans-serif ; font-size: 11pt;}
53
53
p {margin: .2em 0em;}
54
54
code {font-size: 8pt; white-space: pre;}
55
- table {font-family: Calibri; font-size: 10pt; line-height: 12pt; border-collapse: collapse;}
55
+ table {font-family: Calibri, Helvetica, sans-serif ; font-size: 10pt; line-height: 12pt; border-collapse: collapse;}
56
56
th {background-color: #00205B; color: white; font-size: 11pt; font-weight: bold; text-align: left;
57
57
border: 1px solid #DDDDFF; padding: 1px 5px;}
58
58
td {border: 1px solid #DDDDFF; padding: 1px 5px;}
You can’t perform that action at this time.
0 commit comments