mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
disable auto ligature in ff
This commit is contained in:
parent
fcea225f36
commit
0afced18bd
@ -135,6 +135,7 @@
|
|||||||
-webkit-transform-origin:0% 100%;
|
-webkit-transform-origin:0% 100%;
|
||||||
-o-transform-origin:0% 100%;
|
-o-transform-origin:0% 100%;
|
||||||
unicode-bidi:bidi-override;/* For rtl lanauges, e.g. Hebrew, we don't want the default Unicode behaviour */
|
unicode-bidi:bidi-override;/* For rtl lanauges, e.g. Hebrew, we don't want the default Unicode behaviour */
|
||||||
|
-moz-font-feature-settings:"liga" 0;/* We don't want Firefox to recognize ligatures */
|
||||||
}
|
}
|
||||||
span { /* text blocks within a line */
|
span { /* text blocks within a line */
|
||||||
position:relative;
|
position:relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user