To modify the Grid appearance, you need to override the default CSS of grid. Please find the CSS structure that can be used to modify the Grid appearance. Also, you have an option to create your own custom theme for all the JavaScript controls using our Theme Studio
.
Use the below CSS to customize the Grid root element.
.e-grid {
font-family: cursive;
}