From 387f6bcad4749cc3841621920eeddd1ac4ef295a Mon Sep 17 00:00:00 2001 From: Ajay Bura Date: Fri, 31 Dec 2021 10:08:29 +0530 Subject: [PATCH] Fix font-variant-ligatures Signed-off-by: Ajay Bura --- src/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.scss b/src/index.scss index 60c6a0d..52688e8 100644 --- a/src/index.scss +++ b/src/index.scss @@ -362,6 +362,9 @@ body { font-size: 16px; font-weight: var(--fw-normal); background-color: var(--bg-surface-low); + + /*Why font-variant-ligatures => https://github.com/rsms/inter/issues/222 */ + font-variant-ligatures: no-contextual; } #root { width: 100%;