mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 14:38:39 +00:00
Reorganize some glyphs, simplify font selection, break \mathcal{123} (#2156)
* Reorganize some glyphs * Remove mathdefault Numerals are textord and it was never reachable. * Use PUA for \imath and \jmath * Update katex-fonts * Update tests * Update src/buildCommon.js * Update screenshots * Add comment regarding usage of PUA in \imath and \jmath * Update fonts Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
}
|
||||
|
||||
// Math fonts.
|
||||
.mathdefault {
|
||||
.mathnormal {
|
||||
font-family: KaTeX_Math;
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user