From 5230df797baebcd2338db701a848b8d02aeee4e0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 31 Jan 2016 11:08:30 -0500 Subject: Use Consolas in the HTML report --- coverage/htmlfiles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage') 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 { -- cgit v1.2.1