diff options
-rw-r--r-- | coverage/htmlfiles/style.css | 2 | ||||
-rw-r--r-- | coverage/htmlfiles/style.scss | 2 | ||||
-rw-r--r-- | tests/gold/html/styled/style.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index a9410fd8..e501ea6b 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -234,7 +234,7 @@ h2.stats { margin-top: .5em; font-size: 1em; } #source p .ctxs span { display: block; text-align: right; } -#index { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.875em; } +#index { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.875em; } #index table.index { margin-left: -.5em; } diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss index 1681663d..98f9e55d 100644 --- a/coverage/htmlfiles/style.scss +++ b/coverage/htmlfiles/style.scss @@ -573,7 +573,7 @@ $context-panel-color: #aaeeff; // index styles #index { - font-family: $font-normal; + font-family: $font-code; font-size: 0.875em; table.index { diff --git a/tests/gold/html/styled/style.css b/tests/gold/html/styled/style.css index a9410fd8..e501ea6b 100644 --- a/tests/gold/html/styled/style.css +++ b/tests/gold/html/styled/style.css @@ -234,7 +234,7 @@ h2.stats { margin-top: .5em; font-size: 1em; } #source p .ctxs span { display: block; text-align: right; } -#index { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.875em; } +#index { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.875em; } #index table.index { margin-left: -.5em; } |