From 12c6cc2e0b02a39b08a4aca44aecad1f25469b17 Mon Sep 17 00:00:00 2001 From: Strek Date: Sat, 18 Jun 2022 09:27:39 +0530 Subject: [PATCH] fix: remove ligatures from fonts --- docs/src/assets/scss/syntax-highlighter.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/assets/scss/syntax-highlighter.scss b/docs/src/assets/scss/syntax-highlighter.scss index e4c51087d16..85823a9dc1e 100644 --- a/docs/src/assets/scss/syntax-highlighter.scss +++ b/docs/src/assets/scss/syntax-highlighter.scss @@ -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);