From 973bcba9f64a284273086dce8b6c7124a56a52bb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 1 Feb 2015 18:25:58 +0000 Subject: [PATCH] Use a better monospace font (Consolas) if available. --- resources/report/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 153aad44..3f7fd4cb 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -51,6 +51,9 @@ a:hover { html /deep/ *:focus { outline: none; } +tt, code, kbd, samp { + font-family: Consolas, monospace; +} /* App bar */ core-toolbar, div[drawer] > div:first-child {