1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-22 23:16:53 +00:00

Fix KaTeX rendering bug on Chrome

Fixes #2500
This commit is contained in:
Jermolene 2016-07-21 08:48:13 +01:00
parent 8f6178acfc
commit 487d6642e3

View File

@ -7,6 +7,12 @@ tags: [[$:/tags/Stylesheet]]
{{$:/plugins/tiddlywiki/katex/katex.min.css}}
/* Force text-rendering (see https://github.com/Jermolene/TiddlyWiki5/issues/2500) */
.katex {
text-rendering: auto;
}
/* Override font URLs */
@font-face {