mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: unexpected ligatures (#2883)
This commit is contained in:
parent
0ffd4549a5
commit
fb11a892f0
@ -11,10 +11,13 @@ html {
|
|||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'Sen', sans-serif;
|
font-family: 'Sen', sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-family: 'Sen', sans-serif;
|
font-family: 'Sen', sans-serif;
|
||||||
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiAccordion-root.Mui-expanded {
|
.MuiAccordion-root.Mui-expanded {
|
||||||
@ -114,10 +117,6 @@ button {
|
|||||||
--default-border: 1px solid #f1f1f1;
|
--default-border: 1px solid #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user