Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
* upstream/master:
  preprocess-css: update font-family names to match the website
  • Loading branch information
PeterFeicht committed Nov 10, 2024
2 parents 37cead4 + 5acdb10 commit 5b4cd08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions preprocess-css.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ div#content {
}

html, body {
font-family: "DejaVu Sans", arial, sans-serif;
font-family: DejaVuSans, "DejaVu Sans", arial, sans-serif;
font-size: 1em;
}

Expand All @@ -32,21 +32,21 @@ pre,
}

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

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

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

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

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

0 comments on commit 5b4cd08

Please sign in to comment.