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%;