Skip to content

Commit 99acfbd

Browse files
authored
Use same monospaced fonts as Node.js API docs (#1675)
Ref: nodejs/node#21036
1 parent 0528e80 commit 99acfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/prism.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ code[class*="language-"],
88
pre[class*="language-"] {
99
color: black;
1010
text-shadow: 0 1px white;
11-
font-family: Consolas, Monaco, 'Andale Mono', monospace;
11+
font-family: SFMono-Regular, Menlo, Consolas, "Liberation Mono", "Courier New", monospace;
1212
direction: ltr;
1313
text-align: left;
1414
white-space: pre;

0 commit comments

Comments
 (0)