From 6f3051e98916450bfd6143451a232afc98cb544d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Sat, 19 Oct 2013 16:13:06 +0200 Subject: [PATCH] follow-up --- unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js index 0b2013cb1..28d4c53ab 100644 --- a/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js +++ b/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js @@ -1897,7 +1897,6 @@ delete HTMLCSS.FONTDATA.REMAPACCENT["\u2192"]; } if (browser.isPC && !MathJax.Hub.Browser.versionAtLeast("5.0")) { - // FIXME: patch caligraphic bold, too var WinChrome = "-WinChrome"; HTMLCSS.Augment({ FONTDATA: { @@ -1906,7 +1905,7 @@ bold: {remap: {0xE2F1: [0x3E,WinChrome]}}, italic: {remap: {0x64: [0x64,WinChrome]}}, "-tex-caligraphic": {remap: {0x54: [0x54,WinChrome]}}, - "-tex-caligraphic-bold": {remap: {0x54: [0xE2F0,"-WinChrome"]}}, + "-tex-caligraphic-bold": {remap: {0x54: [0xE2F0,WinChrome]}}, "-largeOp": {remap: {0x2A00: [0x2A00,WinChrome]}}, "-smallOp": {remap: {0x22C3: [0x22C3,WinChrome]}}, "-WinChrome": {fonts:["MathJax_WinChrome"]}