Update katex to v0.16.21
This commit is contained in:
5
paige/node_modules/katex/src/buildCommon.js
generated
vendored
5
paige/node_modules/katex/src/buildCommon.js
generated
vendored
@@ -700,7 +700,10 @@ const fontMap: {[string]: {| variant: FontVariant, fontName: string |}} = {
|
||||
variant: "italic",
|
||||
fontName: "Math-Italic",
|
||||
},
|
||||
|
||||
"mathsfit": {
|
||||
variant: "sans-serif-italic",
|
||||
fontName: "SansSerif-Italic",
|
||||
},
|
||||
// "boldsymbol" is missing because they require the use of multiple fonts:
|
||||
// Math-BoldItalic and Main-Bold. This is handled by a special case in
|
||||
// makeOrd which ends up calling boldsymbol.
|
||||
|
Reference in New Issue
Block a user