fix font family

This commit is contained in:
neri 2021-12-10 20:31:04 +01:00
parent 424af11918
commit 530ae31c77
1 changed files with 3 additions and 4 deletions

View File

@ -25,11 +25,11 @@ body {
background-color: var(--bg);
min-height: 100vh;
margin: 0;
font-family: sans-serif;
}
main {
color: var(--fg);
font-family: sans;
width: 100%;
max-width: 1200px;
margin: 0 auto;
@ -91,13 +91,13 @@ textarea {
display: none;
}
input[type='checkbox'] {
input[type="checkbox"] {
margin-bottom: 1.5rem;
}
.button {
cursor: pointer;
font-family: sans;
font-family: sans-serif;
font-weight: normal;
font-size: 1rem;
margin-right: 0.5rem;
@ -140,7 +140,6 @@ a.button:visited {
}
footer {
font-family: sans;
flex-shrink: 0;
display: flex;
justify-content: flex-end;