Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 1c3f493

Browse files
committed
2000 style: use Tahoma font, if available
1 parent 0bf6ce8 commit 1c3f493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GitHubWindows_2000.user.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
body {
8787
background: var(--color-button-face) !important;
88-
font: 12px/1.2 MS Sans Serif, MS Reference Sans Serif, Liberation Sans, sans-serif !important;
88+
font: 12px/1.2 Tahoma, Liberation Sans, sans-serif !important;
8989
}
9090
a {
9191
color: var(--color-link);
@@ -100,7 +100,7 @@
100100
}
101101

102102
.markdown-body {
103-
font: 14px/1.5 MS Sans Serif, MS Reference Sans Serif, Liberation Sans, sans-serif !important;
103+
font: 14px/1.5 Tahoma, Liberation Sans, sans-serif !important;
104104
}
105105
.markdown-body pre,
106106
.markdown-body .highlight pre,

0 commit comments

Comments
 (0)