summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-31 11:08:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-31 11:08:30 -0500
commit5230df797baebcd2338db701a848b8d02aeee4e0 (patch)
tree915aaa26e54733528ebbae582021a4fb5a4b71bc /coverage/htmlfiles
parentea22ee7ba8c9b0d041e7da7c00c7d8b55f1c22b8 (diff)
downloadpython-coveragepy-git-5230df797baebcd2338db701a848b8d02aeee4e0.tar.gz
Use Consolas in the HTML report
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r--coverage/htmlfiles/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index ee14f9ee..f999eb70 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -64,7 +64,7 @@ a.nav:hover {
#source {
padding: 1em;
- font-family: "courier new", monospace;
+ font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.indexfile #footer {