File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
unpacked/jax/output/HTML-CSS/fonts/TeX Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1897
1897
delete HTMLCSS . FONTDATA . REMAPACCENT [ "\u2192" ] ;
1898
1898
}
1899
1899
if ( browser . isPC && ! MathJax . Hub . Browser . versionAtLeast ( "5.0" ) ) {
1900
- // FIXME: patch caligraphic bold, too
1901
1900
var WinChrome = "-WinChrome" ;
1902
1901
HTMLCSS . Augment ( {
1903
1902
FONTDATA : {
1906
1905
bold : { remap : { 0xE2F1 : [ 0x3E , WinChrome ] } } ,
1907
1906
italic : { remap : { 0x64 : [ 0x64 , WinChrome ] } } ,
1908
1907
"-tex-caligraphic" : { remap : { 0x54 : [ 0x54 , WinChrome ] } } ,
1909
- "-tex-caligraphic-bold" : { remap : { 0x54 : [ 0xE2F0 , "- WinChrome" ] } } ,
1908
+ "-tex-caligraphic-bold" : { remap : { 0x54 : [ 0xE2F0 , WinChrome ] } } ,
1910
1909
"-largeOp" : { remap : { 0x2A00 : [ 0x2A00 , WinChrome ] } } ,
1911
1910
"-smallOp" : { remap : { 0x22C3 : [ 0x22C3 , WinChrome ] } } ,
1912
1911
"-WinChrome" : { fonts :[ "MathJax_WinChrome" ] }
You can’t perform that action at this time.
0 commit comments