Skip to content

Commit a08e42e

Browse files
committed
Back to monospaced for the index page
1 parent 336f55f commit a08e42e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

coverage/htmlfiles/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ h2.stats { margin-top: .5em; font-size: 1em; }
234234

235235
#source p .ctxs span { display: block; text-align: right; }
236236

237-
#index { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.875em; }
237+
#index { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.875em; }
238238

239239
#index table.index { margin-left: -.5em; }
240240

coverage/htmlfiles/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ $context-panel-color: #aaeeff;
573573

574574
// index styles
575575
#index {
576-
font-family: $font-normal;
576+
font-family: $font-code;
577577
font-size: 0.875em;
578578

579579
table.index {

tests/gold/html/styled/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ h2.stats { margin-top: .5em; font-size: 1em; }
234234

235235
#source p .ctxs span { display: block; text-align: right; }
236236

237-
#index { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.875em; }
237+
#index { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.875em; }
238238

239239
#index table.index { margin-left: -.5em; }
240240

0 commit comments

Comments
 (0)