Fonts of input fields are not consistent #247

Add Quicksand for all inputs
This commit is contained in:
Wojciech Radaczyński 2022-05-08 18:06:51 +02:00 committed by GitHub
parent 1e70de9619
commit eed13243c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
input, select, textarea
{
outline: none;
font-family: Quicksand;
}
html, body