hotfix for consistent fonts across all text elements

This commit is contained in:
vintro 2024-12-13 17:59:24 -08:00
parent a93b498e9b
commit 9a37db6b0b
No known key found for this signature in database

View File

@ -45,6 +45,9 @@ ul,
fill: var(--darkgray);
overflow-wrap: anywhere;
hyphens: auto;
font-size: 0.9rem;
letter-spacing: -0.03em;
line-height: 1.5;
}
.math {