Is it posible for input field to have one font-family and it\'s placeholder other?
I have tried to change font-family for input\'s placeholder with already defined @
Simply like this
.mainLoginInput::placeholder{ font-family: -Your font here-; }