UNPKG
@mathjax/generic-font
Version:
latest (4.1.0)
4.1.0
4.0.0
4.0.0-rc.4
4.0.0-rc.2
4.0.0-rc.1
0.4.3-beta.8
0.4.1-beta.8
Generic font for MathJax v4
github.com/mathjax/MathJax-fonts
mathjax/MathJax-fonts
@mathjax/generic-font
/
mjs
/
chtml
/
default.js
6 lines
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
GenericFont
}
from
'../chtml.js'
;
export
const
Font
= {
fontName
:
'generic'
,
DefaultFont
:
GenericFont
};
//# sourceMappingURL=default.js.map