How to change the font and font size of an HTML input tag? [duplicate] January 22, 2023 by Tarik <input type ="text" id="txtComputer"> css input[type="text"] { font-size:24px; }