Explicitly set on buttons, inputs and textareas
This commit is contained in:
parent
51eb937e0a
commit
99c7eb73c1
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@ button,
|
|||
input,
|
||||
textarea {
|
||||
border: 2px solid transparent;
|
||||
font-family: system-ui, -apple-system, 'Helvetica Neue', Helvetica, Arial,
|
||||
sans-serif;
|
||||
font-family: var(--font-family);
|
||||
font-size: $font-regular;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue