set math font

This commit is contained in:
Alexander 2025-06-21 10:42:17 -04:00
parent 48eb7840b3
commit 23fa0e33d8
2 changed files with 6 additions and 1 deletions

View file

@ -182,3 +182,8 @@ math[display="block"] {
right: auto;
text-align: left;
}
math {
color: black;
font-family: "Math";
}