1
0
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:
Tymoteusz Czech 2023-01-12 10:22:37 +01:00 committed by GitHub
parent 0ffd4549a5
commit fb11a892f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,13 @@ html {
body {
height: 100%;
font-family: 'Sen', sans-serif;
font-size: 16px;
font-variant-ligatures: none;
}
button {
font-family: 'Sen', sans-serif;
font-variant-ligatures: none;
}
.MuiAccordion-root.Mui-expanded {
@ -114,10 +117,6 @@ button {
--default-border: 1px solid #f1f1f1;
}
body {
font-size: 16px;
}
h1,
h2 {
padding: 0;