mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
文档中 API 参数说明表格字体修改
原本的 `consolas` 在 Mac 系统上会回落至宋体,影响阅读体验
This commit is contained in:
parent
7c2ac50ca7
commit
706190f8f0
@ -178,7 +178,7 @@
|
||||
}
|
||||
|
||||
.markdown.api-container table {
|
||||
font-family: consolas;
|
||||
font-family: Consolas, Menlo, Courier, monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user