Merge "MathJax: Improve font style inheritence"

This commit is contained in:
jenkins-bot 2013-05-24 07:58:54 +00:00 committed by Gerrit Code Review
commit b88647fae9
1 changed files with 2 additions and 7 deletions

View File

@ -15,19 +15,14 @@
root: mw.config.get('wgExtensionAssetsPath') + '/Math/modules/MathJax',
config: ['TeX-AMS-texvc_HTML.js'],
'v1.0-compatible': false,
styles: {
'.mtext': {
'font-family': 'sans-serif ! important',
'font-size': '80%'
}
},
displayAlign: 'left',
menuSettings: {
zoom: 'Click'
},
'HTML-CSS': {
imageFont: null,
availableFonts: ['TeX']
availableFonts: ['TeX'],
mtextFontInherit: true
}
}, mathJax.config );