Update input fields font feature

This commit is contained in:
Christian Cueni 2023-05-11 13:28:16 +02:00
parent f3c599c344
commit 3ad18057af
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";
}