Change blacker to 1 since browsers now seem to handle that pretty well. Resolves issue #994.

This commit is contained in:
Davide P. Cervone 2015-08-05 14:50:33 -04:00
parent 8c2ed0c91c
commit 9b6a1ae723

View File

@ -36,7 +36,7 @@ MathJax.OutputJax.SVG = MathJax.OutputJax({
config: {
scale: 100, minScaleAdjust: 50, // global math scaling factor, and minimum adjusted scale factor
font: "TeX", // currently the only font available
blacker: 10, // stroke-width to make fonts blacker
blacker: 1, // stroke-width to make fonts blacker
mtextFontInherit: false, // to make <mtext> be in page font rather than MathJax font
undefinedFamily: "STIXGeneral,'Arial Unicode MS',serif", // fonts to use for missing characters