Re: [LaTeXML] Fwd: Special TeX/LaTeX fonts in MathML (calligraphy vs. script)
Frédéric WANG <[email protected]> Fri, 18 Jul 2014 21:05:17 +0200
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
So finally the XITS Math font (https://github.com/khaledhosny/xits-math)
works for me. Compare the following markup in Chrome & Firefox with the
XITS fonts installed:
<p style="font-family: XITS Math">𝒜</p>
<p style="font-family: XITS Math; -moz-font-feature-settings:
'ss01'; -webkit-font-feature-settings: 'ss01';">𝒜</p>
<p><math><mtext style="font-family: XITS
Math">𝒜</mtext></math></p>
<p><math><mtext style="font-family: XITS Math;
-moz-font-feature-settings: 'ss01'; -webkit-font-feature-settings:
'ss01';">𝒜</mtext></math></p>
<p><math><mtext style="font-family: XITS Math"
mathvariant="script">A</mtext></math></p>
<p><math><mtext style="font-family: XITS Math;
-moz-font-feature-settings: 'ss01'; -webkit-font-feature-settings:
'ss01';" mathvariant="script">A</mtext></math></p>