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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -