Skip to content

Commit 62d4286

Browse files
committed
Use a full font option for Mac, Windows and Linux users
1 parent 593dc1f commit 62d4286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ hr {
421421
}
422422

423423
code, pre, tt {
424-
font-family: monospace;
425-
font-size: medium;
424+
font-family: Consolas, Inconsolata, "Liberation Mono", monospace;
425+
font-size: 13px;
426426
}
427427

428428
h1 {
@@ -529,7 +529,7 @@ td.content table {
529529
width:65em;
530530
margin-left: 10px;
531531
white-space:pre-wrap;
532-
font-size:medium;
532+
font-size: 13px;
533533
}
534534
.lusersearch .note {
535535
width:100%;

0 commit comments

Comments
 (0)