Explicitly set on buttons, inputs and textareas

This commit is contained in:
Justin Edmund 2023-08-20 04:08:28 -07:00
parent 51eb937e0a
commit 99c7eb73c1

View file

@ -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;
}