Skip to content

Commit

Permalink
try times new roman, fall back to nimbus roman
Browse files Browse the repository at this point in the history
  • Loading branch information
crowesn committed Mar 14, 2024
1 parent d1b28f0 commit 88922e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

table {
font-family: "Times New Roman";
font-family: "Times New Roman", "Nimbus Roman", ;
text-align: left;
display: block;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.section {
margin-bottom: 15px;
display: table-row;
font-family: "Times New Roman", "Nimbus Roman";
}

table {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.section {
margin-bottom: 15px;
display: table-row;
font-family: "Times New Roman";
font-family: "Times New Roman", "Nimbus Roman";
}

table {
Expand Down

0 comments on commit 88922e3

Please sign in to comment.