Skip to content

Commit

Permalink
Add ligature fonts to the CSS font stack
Browse files Browse the repository at this point in the history
Resolves #339.

[skip ci]
  • Loading branch information
aantron committed Oct 26, 2020
1 parent 73dc232 commit 9bdc5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/coverage.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ body {

pre {
margin: 0;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-family: "Fira Code", "Cascadia Code", Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 13px;
color: var(--code-color);
cursor: text;
Expand Down

0 comments on commit 9bdc5da

Please sign in to comment.