projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b43431
)
Fix font-variant-ligatures
author
Ajay Bura
<ajbura@gmail.com>
Fri, 31 Dec 2021 04:38:29 +0000
(10:08 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Fri, 31 Dec 2021 04:38:29 +0000
(10:08 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/index.scss
patch
|
blob
|
history
diff --git
a/src/index.scss
b/src/index.scss
index 60c6a0d48736580771136a66601f4434e324ad19..52688e8dcfb62ea57fce45c7780f878e0c149f5a 100644
(file)
--- 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%;