文档中 API 参数说明表格字体修改

原本的 `consolas` 在 Mac 系统上会回落至宋体,影响阅读体验
This commit is contained in:
Guan Hao 2016-05-23 18:35:01 +08:00
parent 7c2ac50ca7
commit 706190f8f0

View File

@ -178,7 +178,7 @@
}
.markdown.api-container table {
font-family: consolas;
font-family: Consolas, Menlo, Courier, monospace;
font-size: 13px;
}