What is default font style of textarea in chrome? What should to make it default look like?
Purpose of my question is that I wanna make the text make same in input as in textarea. In text input is maybe too "bold" :P
The question should be: What are default font properties applied on textarea? What would I wrote if I wanna look like as default?
textarea {
font-???: ???;
etc.
}