Hi Haywood,
Greetings from Syncfusion support,
We have validated your reported query. Yes, you can increase/decrease the font-size by using the CSS styles. Refer the below documentation to change the font-size of the Textbox component.
|
<style>
/* To change color, font family and font size */
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
font-size: 23px; /*Increase/Decrease the font-size*/
}
</style>
|
Regards,
Indrajith