Re: STIXfonts & Mozilla MathML?
Urs Holzer <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > now that the first beta of STIXfonts is out (www.stixfonts.org) has > anybody tried using them with MathML in Mozilla? I would just love to > see what that looks like, but I don't even know what I would need to > do to access them. I am using linux. It seems already to be enough to put the otf font files into /usr/local/share/fonts. After doing this, firefox is able to display some more characters than before. However, it does not use the STIX fonts by default. I do not know how to configure firefox so it uses them by default for MathML. However, you can set the font-family to STIXGeneral in CSS for the math element and then it works perfectly! Hm, I guess firefox has something like a basic CSS stylesheet which it uses for all HTML documents. One could change this stylesheet to make STIXGeneral the font used for math elements by default ... Greetings Urs