We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前需求是我想把正文的字重变300,以和粗体字明显区分粗细,所以我在 .markdown-preview-view, .markdown-source-view {里改了font-weight
.markdown-preview-view, .markdown-source-view {
但是代码模块字也变细了就不行了,要排除代码block的字体,css应该怎么改?
最好希望能有各个模块区域的字体大小、字重、颜色等修改的入口,能个性化调整
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前需求是我想把正文的字重变300,以和粗体字明显区分粗细,所以我在
.markdown-preview-view, .markdown-source-view {
里改了font-weight但是代码模块字也变细了就不行了,要排除代码block的字体,css应该怎么改?
最好希望能有各个模块区域的字体大小、字重、颜色等修改的入口,能个性化调整
The text was updated successfully, but these errors were encountered: