Skip to content

Commit

Permalink
fix: remove ligatures from fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman committed Jun 18, 2022
1 parent 103860e commit 12c6cc2
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 12c6cc2

Please sign in to comment.