Skip to content

Commit b53be4c

Browse files
Oleksandr Kulkovadamant-pwn
authored andcommitted
make font of zero size
1 parent 18c6c93 commit b53be4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/javascript/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ MathJax = {
6060
}
6161
}
6262

63+
MathJax._.output.svg_ts.SVG.commonStyles['.mjx-copytext'] = {
64+
'font-size': 0
65+
};
66+
6367
document$.subscribe(() => {
6468
MathJax.typesetPromise()
6569
})

0 commit comments

Comments
 (0)