1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html> <style> @font-face { font-family: Ahem; src: url(../fonts/Ahem.ttf); } textarea { caret-color: green; font: 16px/1 Ahem; outline: none; border: 0 none; resize: none; padding: 0; margin: 0; } </style> <textarea autofocus></textarea>