fix: font-weight for code blocks
This commit is contained in:
parent
e861b3bd5f
commit
c1fb450712
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ pre {
|
|||
|
||||
code[class*=language-], pre[class*=language-] {
|
||||
font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
[data-tablericon-name] {
|
||||
|
|
Reference in a new issue