Skip to content

Commit

Permalink
fix(font): disable contextual variant ligatures in headings (#12134)
Browse files Browse the repository at this point in the history
Prevents `-->` from being rendered as an arrow.
  • Loading branch information
caugner authored Nov 15, 2024
1 parent ecf6b9e commit 5261286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
h4,
h5,
h6 {
font-variant-ligatures: no-contextual;

a:link,
a:visited {
color: var(--text-primary);
Expand Down

0 comments on commit 5261286

Please sign in to comment.