Skip to content

Commit 5b4cd08

Browse files
committed
Merge remote-tracking branch 'upstream/master'
* upstream/master: preprocess-css: update font-family names to match the website
2 parents 37cead4 + 5acdb10 commit 5b4cd08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

preprocess-css.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ div#content {
1414
}
1515

1616
html, body {
17-
font-family: "DejaVu Sans", arial, sans-serif;
17+
font-family: DejaVuSans, "DejaVu Sans", arial, sans-serif;
1818
font-size: 1em;
1919
}
2020

@@ -32,21 +32,21 @@ pre,
3232
}
3333

3434
.t-dcl-list-see-monospace > span {
35-
font-family: "DejaVu Sans Mono", courier, monospace;
35+
font-family: DejaVuSansMono, "DejaVu Sans Mono", courier, monospace;
3636
}
3737

3838
.t-sb-list-ln-table tr > td:first-child {
39-
font-family: "DejaVu Sans Mono", courier, monospace;
39+
font-family: DejaVuSansMono, "DejaVu Sans Mono", courier, monospace;
4040
}
4141

4242
.t-param-list-item > td:first-child {
43-
font-family: "DejaVu Sans Mono", courier, monospace;
43+
font-family: DejaVuSansMono, "DejaVu Sans Mono", courier, monospace;
4444
}
4545

4646
.t-dcl-member-div > div:first-child {
47-
font-family: "DejaVu Sans Mono", courier, monospace;
47+
font-family: DejaVuSansMono, "DejaVu Sans Mono", courier, monospace;
4848
}
4949

5050
.t-dcl-member-nobold-div > div:first-child {
51-
font-family: "DejaVu Sans", arial, sans-serif;
51+
font-family: DejaVuSans, "DejaVu Sans", arial, sans-serif;
5252
}

0 commit comments

Comments
 (0)