From 9bdc5dabad4c6d9f3115cf94ca7657058e10109b Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 26 Oct 2020 08:49:08 +0300 Subject: [PATCH] Add ligature fonts to the CSS font stack Resolves #339. [skip ci] --- src/report/coverage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report/coverage.css b/src/report/coverage.css index 1741ae43..ea194e3a 100644 --- a/src/report/coverage.css +++ b/src/report/coverage.css @@ -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;