Skip to content

Commit

Permalink
Use same monospaced fonts as Node.js API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed May 31, 2018
1 parent 0528e80 commit 10bf2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ code[class*="language-"],
pre[class*="language-"] {
color: black;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
font-family: SFMono-Regular, Menlo, Consolas, "Liberation Mono", "Courier New", monospace;
direction: ltr;
text-align: left;
white-space: pre;
Expand Down

0 comments on commit 10bf2f4

Please sign in to comment.