docs: Use "Courier New" font to code blocks

This commit is contained in:
Takeshi KOMIYA
2019-02-11 16:48:43 +09:00
parent 9785d5685a
commit 469e8afef7

View File

@@ -337,7 +337,7 @@ a tt:hover {
}
pre {
font-family: 'Consolas', 'DejaVu Sans Mono',
font-family: 'Consolas', 'Courier New', 'DejaVu Sans Mono',
'Bitstream Vera Sans Mono', monospace;
font-size: 13px;
letter-spacing: 0.015em;