Skip to content

Commit

Permalink
fix: unexpected ligatures (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Jan 12, 2023
1 parent 0ffd454 commit fb11a89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/src/themes/app.css
Expand Up @@ -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 {
Expand Down Expand Up @@ -114,10 +117,6 @@ button {
--default-border: 1px solid #f1f1f1;
}

body {
font-size: 16px;
}

h1,
h2 {
padding: 0;
Expand Down

0 comments on commit fb11a89

Please sign in to comment.