Font issues with MathJax v3 on Safari
Created by: artagnon
Testcase: $M_1 \otimes M_2$ in a paragraph renders like this:

The MathJaX version is 3 using CHTHML, browser is Safari, and configuration is:
script defer=true src="//cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js"
javascript:
MathJax = {
loader: {
load: ['[custom]/xypic.min.js'],
paths: {custom: '/dist'}
},
tex: {
packages: {'[+]': ['xypic']},
inlineMath: [['$', '$']]
}
};