html - Change font in textarea -
i'm trying change font displayed in text area however, don't want use css in <head>
tags. possible not use css @ since don't want in head tags? need import styling files?
that unnecessary, can edit font using inline css:
<textarea style="font-family:calibri"></textarea>
Comments
Post a Comment