Open MrBenWang opened 5 years ago
the red text are very different!It's markdown code: `monospace` generate html. They are Japanese,Chinese,English。I found the reason. font-family . 下图的红色字体,差别比较大,是markdown语法,单引号生成的。由于 font-family 文字库造成的,关于字体类型我也不是很了解。
`monospace`
.post .post-content code,.post .post-content pre { font-size: .9em; font-family: Menlo,Consolas,source code pro,Inconsolata,Monaco,courier new,monospace }
Thanks for your feedback! I will fix it next.
the red text are very different!It's markdown code:
`monospace`
generate html. They are Japanese,Chinese,English。I found the reason. font-family . 下图的红色字体,差别比较大,是markdown语法,单引号生成的。由于 font-family 文字库造成的,关于字体类型我也不是很了解。