Set font family for docstrings
This commit is contained in:
parent
28839e99bf
commit
81500eabad
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ pre {
|
|||
background-color: transparent;
|
||||
.hljs-comment {
|
||||
font-family: var(--font--mono--code-comments);
|
||||
&.docstring {
|
||||
font-family: var(--font--mono--code-docstrings);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue