commit 6f3051e98916450bfd6143451a232afc98cb544d
parent c1e33446f2acb4b4a573f249ffaa7191d684ce2d
Author: Frédéric Wang <fred.wang@free.fr>
Date: Sat, 19 Oct 2013 16:13:06 +0200
follow-up
Diffstat:
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
@@ -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"]}