Merged in feature/VBV-343-inputfield-font (pull request #81)

Update input fields font feature
This commit is contained in:
Christian Cueni 2023-05-11 12:19:02 +00:00
commit 0174cdda75
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ svg {
@apply fill-current;
}
button {
button,
input,
textarea {
font-feature-settings: "salt";
}