Add KaTeX font reset

This commit is contained in:
Danila Fedorin 2022-03-27 18:52:53 -07:00
parent c9044bd3c3
commit 8f3b0b967b
1 changed files with 4 additions and 0 deletions

View File

@ -271,3 +271,7 @@ figure {
stroke-linejoin: round;
fill: currentColor;
}
.katex * {
font-family: unset;
}