STIX fonts for MathML in firefox
David's blog post on the new stix fonts prompted me to test replacing the standard fontset used by firefox to display MathML. To do that, follow the detailed instructions by R. Sidje on how to add the math font preference to your prefs.js
user_pref("font.mathfont-family", "STIXGeneral, STIXGeneral-Italic, STIXGeneral-Bold, STIXGeneral-BoldItalic");

When it is enabled, the message about installing STIX fonts will pop up when trying, for the first time, to load a page that includes mathml, e.g. Physical applications of the Gamma function. It also shows in the about:config configuration of firefox.
Trackback URL for this post:
http://jem-thematic.net/en/trackback/474
- Olga.Caprotti's blog
- Add new comment
- 2060 reads


Technorati Tags: 
There is an interesting
There is an interesting thread on the mozilla mathml list:
Mozilla-mathml
David (Instructions say <a> markup is allowed, but the above doesn't seem to make an active link according to the preview?, trying the wiki filter instead...
Testing the A tag jem - it
Testing the A tag
jem
- it worked before and it looks like working now -
I need to test the suggestions in the thread. Thank you.