Skip to content

Commit

Permalink
chore: remove ligatures from fonts (#16019)
Browse files Browse the repository at this point in the history
Fixes #16012
  • Loading branch information
harish-sethuraman committed Jun 20, 2022
1 parent 103860e commit 8e84c21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/assets/scss/syntax-highlighter.scss
Expand Up @@ -109,6 +109,10 @@ pre {
counter-reset: lineNumber;
}

code .highlight-line {
font-variant-ligatures: none;
}

code .highlight-line:before {
-webkit-user-select: none;
color: var(--icon-color);
Expand Down

0 comments on commit 8e84c21

Please sign in to comment.