www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 39527d2a349ebfdc1c846fbe6c697f93a5984782
parent 78ea6afbc88c7756a2777ab40b7f881388963ef7
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed,  8 Jan 2014 13:32:26 -0500

Fix font names in font-test data so that local versions of the web fonts can be detected.  This still has to be tested on Windows and Linux.  Issue #711.

Diffstat:
Munpacked/jax/output/HTML-CSS/jax.js | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js @@ -42,12 +42,12 @@ FontInfo: { STIX: {family: "STIXSizeOneSym", testString: "() {} []"}, TeX: {family: "MathJax_Size1", testString: "() {} []"}, - "STIX-Web": {family: "STIXWeb_Size1", testString: "() {} []"}, - "Asana-Math": {family: "AsanaMath_Size1", testString: "() {} []"}, - "Gyre-Pagella": {family: "GyrePagella_Size1", testString: "() {} []"}, - "Gyre-Termes": {family: "GyreTermes_Size1", testString: "() {} []"}, - "Latin-Modern": {family: "LatinModern_Size1", testString: "() {} []"}, - "Neo-Euler": {family: "NeoEuler_Size1", testString: "() {} []"} + "STIX-Web": {family: "STIXMathJax_Size1-Regular", testString: "() {} []"}, + "Asana-Math": {family: "AsanaMathJax_Size1-Regular", testString: "() {} []"}, + "Gyre-Pagella": {family: "GyrePagellaMathJax_Size1-Regular", testString: "() {} []"}, + "Gyre-Termes": {family: "GyreTermesMathJax_Size1-Regular", testString: "() {} []"}, + "Latin-Modern": {family: "LatinModernMathJax_Size1-Regular", testString: "() {} []"}, + "Neo-Euler": {family: "NeoEulerMathJax_Size1-Regular'", testString: "() {} []"} }, comparisonFont: ["sans-serif","monospace","script","Times","Courier","Arial","Helvetica"], testSize: ["40px","50px","60px","30px","20px"],