From 39527d2a349ebfdc1c846fbe6c697f93a5984782 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 8 Jan 2014 13:32:26 -0500 Subject: [PATCH] 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. --- unpacked/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 index 6ece947af..ac2098515 100644 --- 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"],