Skip to content

Commit 6f3051e

Browse files
committed
follow-up
1 parent c1e3344 commit 6f3051e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,6 @@
18971897
delete HTMLCSS.FONTDATA.REMAPACCENT["\u2192"];
18981898
}
18991899
if (browser.isPC && !MathJax.Hub.Browser.versionAtLeast("5.0")) {
1900-
// FIXME: patch caligraphic bold, too
19011900
var WinChrome = "-WinChrome";
19021901
HTMLCSS.Augment({
19031902
FONTDATA: {
@@ -1906,7 +1905,7 @@
19061905
bold: {remap: {0xE2F1: [0x3E,WinChrome]}},
19071906
italic: {remap: {0x64: [0x64,WinChrome]}},
19081907
"-tex-caligraphic": {remap: {0x54: [0x54,WinChrome]}},
1909-
"-tex-caligraphic-bold": {remap: {0x54: [0xE2F0,"-WinChrome"]}},
1908+
"-tex-caligraphic-bold": {remap: {0x54: [0xE2F0,WinChrome]}},
19101909
"-largeOp": {remap: {0x2A00: [0x2A00,WinChrome]}},
19111910
"-smallOp": {remap: {0x22C3: [0x22C3,WinChrome]}},
19121911
"-WinChrome": {fonts:["MathJax_WinChrome"]}

0 commit comments

Comments
 (0)