Hi William,
Thanks for contacting Syncfusion.
You can achieve your requirement by overriding the font style of Grid component. Please refer to the below code example for more information.
[Style.css]
.e-grid *{
font-weight:700 !important;
}
|
Please get back to us if you need any further assistance on this.
Regards,
Pavithra S.