Skip to content

Commit 7e877b0

Browse files
committedSep 7, 2022
add ltx_nodisplay, drop use of discretionary-ligatures
1 parent ce05e3e commit 7e877b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎css/ar5iv.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,7 @@ foreignObject .ltx_text {
13951395
.ltx_inline-para .ltx_para { display:inline; }
13961396
.ltx_inline-block,
13971397
.ltx_inline-block .ltx_para { display:inline-block; }
1398+
.ltx_nodisplay { display: none; }
13981399

13991400
/* TODO: it appears our width estimations for the individual rows of an inline block
14001401
are not always accurate? Revert ot auto for now,
@@ -1578,14 +1579,12 @@ span.ltx_transformed_inner {
15781579
.ltx_font_medium { font-weight: normal; }
15791580
/* Font Shapes => font-style or font-variant */
15801581
.ltx_font_italic {
1581-
font-style: italic;
1582-
font-variant:discretionary-ligatures; }
1582+
font-style: italic; }
15831583
.ltx_font_upright {
15841584
font-style: normal;
15851585
font-variant:normal; }
15861586
.ltx_font_slanted {
1587-
font-style: oblique;
1588-
font-variant:discretionary-ligatures; }
1587+
font-style: oblique; }
15891588
.ltx_font_smallcaps {
15901589
font-variant: small-caps;
15911590
font-style:normal; }

0 commit comments

Comments
 (0)