4.1. Bundled math fonts

The MathML add-on is bundled with the following math fonts:

Logical MathML FontBundled Font (found in mathml_addon_install_dir/fonts/)Origin
normalSTIXTwoMath-Regular.otfSTIX Fonts
boldSTIXTwoText-Bold.otf
italicSTIXTwoText-Italic.otf
bold-italicSTIXTwoText-BoldItalic.otf
frakturtypographerfraktur.medium.ttfFree fonts from 1001 Fonts
bold-frakturtypographerfraktur.bold.ttf
scripttangerine.regular.ttf
bold-scripttangerine.bold.ttf
double-strucksortefax.medium.ttf

If you want to use the all above bundled fonts, simply click on the "Use bundled fonts" button. If you don't like the bundled fonts and want to restore the default settings, click on the Reset button.

[Note]

If you choose to use the bundled STIX Fonts, you may have to add attribute mathvariant="normal" to some mi elements. Example, the STIX fonts cannot render the infinity symbol U+221E in italic (the default for all mi elements), therefore you'll have to change <mi>&#x221E;</mi> to <mi mathvariant="normal">&#x221E;</mi>. Note that this is consistent with MathJax which uses the same STIX fonts.