Skip to content

Commit

Permalink
Merge pull request #1887 from MWedl/1876-footnote-call-stylesheet
Browse files Browse the repository at this point in the history
Fix footnote-call displayed incorrectly for some fonts
  • Loading branch information
liZe authored May 24, 2023
2 parents 0381529 + 150e6f1 commit 21810ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyprint/css/html5_ua.css
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ var { font-style: italic; }
video { object-fit: contain; }
xmp { display: block; font-family: monospace; margin-bottom: 1em; margin-top: 1em; /* unicode-bidi: isolate; */ white-space: pre; }

::footnote-call { content: counter(footnote); vertical-align: baseline; font-size: 100%; line-height: inherit; font-variant-position: super; }
::footnote-call { content: counter(footnote); vertical-align: super; font-size: smaller; line-height: inherit; }
::footnote-marker { content: counter(footnote) '. '; }

@page {
Expand Down

0 comments on commit 21810ba

Please sign in to comment.