Set font family for docstrings

This commit is contained in:
Foster Hangdaan 2023-12-05 10:24:13 -05:00
parent 28839e99bf
commit 81500eabad
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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);
}
}
}
}