I think this is a simple and a silly question. I have included a text area in my html script.
Is it possible to change the default font of the text area?
The default one doesn’t look good. I hope there is a way to change it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, using the CSS
font-familyproperty, just like any other element.The W3C has a CSS tutorial as does Mozilla