Fix font-variant-ligatures
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
0b43431543
commit
387f6bcad4
1 changed files with 3 additions and 0 deletions
|
@ -362,6 +362,9 @@ body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: var(--fw-normal);
|
font-weight: var(--fw-normal);
|
||||||
background-color: var(--bg-surface-low);
|
background-color: var(--bg-surface-low);
|
||||||
|
|
||||||
|
/*Why font-variant-ligatures => https://github.com/rsms/inter/issues/222 */
|
||||||
|
font-variant-ligatures: no-contextual;
|
||||||
}
|
}
|
||||||
#root {
|
#root {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue